TCustomRichView.GetItemTag

<< Click to display table of contents >>

TCustomRichView.GetItemTag

Returns tag of the ItemNo-th item

function GetItemTag(ItemNo: Integer): TRVTag;

Parameter:

ItemNo index of the item. Items are indexed from 0 to ItemCount-1. Items of subdocuments (table cells) are not included in the items range of the main document; for items in cells, use Cell.GetRVData.GetItemTag.

Use SetItemTag to change tag of item.

 

See also methods:

SetItemTag.

See also method of TRichViewEdit:

GetCurrentTag.

See also:

RichView items' "tags".