TCustomRichViewEdit.SetCurrentTag

<< Click to display table of contents >>

TCustomRichViewEdit.SetCurrentTag

Changes tag of the item at the position of caret.

procedure SetCurrentTag(ATag: TRVTag);

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

Method type: editstyle editing-style.

 

See also methods:

GetCurrentTag;

SetItemTagEd.

See also properties:

CurItemNo.

See also:

Modifying RichView items;

"Tags".