rvico TRichView Reference | TRichViewEdit

TCustomRichViewEdit.SetCurrentTag

Top  Previous  Next

Changes tag of the item at the position of caret.

procedure SetCurrentTag(ATag: Integer);

SetCurrentTag(Tag) is equivalent to TopLevelEditor.SetItemTagEd(TopLevelEditor.CurItemNo, Tag).

Tag can be an integer value or a pointer to dynamically allocated string, see Tags.

Method type: editstyle editing-style.

 

See also methods:

GetCurrentTag;
SetItemTagEd.

See also properties:

CurItemNo.

See also:

Modifying RichView items;
"Tags".


RichView © Sergey Tkachenko