|
TCustomRichView.GetItemExtraStrProperty |
Top Previous Next |
|
Returns value of the specified string property for the ItemNo-th item function GetItemExtraStrProperty(ItemNo: Integer; Prop: TRVExtraItemStrProperty; var Value: String): Boolean; (introduced in version 1.9) ItemNo – index of the item. Items are indexed from 0 to ItemCount-1, GetItemStyle returns type of item. Items of subdocuments (table cells) are not included in the items range of the main document; for items in cells, use Cell.GetRVData.GetItemExtraStrProperty. Value receives value of the property identified by Prop. See TRVExtraItemStrProperty for the list of properties.
Return value: True, if this item has this property. False, if not.
See also: See also methods of TRichViewEdit: |