|
TCustomRichView.GetItemExtraIntProperty |
Top Previous Next |
|
Returns value of the specified integer property for the ItemNo-th item function GetItemExtraIntProperty(ItemNo: Integer; Prop: TRVExtraItemProperty; var Value: Integer): Boolean; (introduced in version 1.7) 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.GetItemExtraIntProperty. Value receives value of the property identified by Prop. See TRVExtraItemProperty for the list of properties.
Return value: True, if this item has this property. False, if not.
See also: See also methods of TRichViewEdit: |