|
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:
See also methods: See also properties: See also:
|