rvico TRichView Reference | TRichView

TCustomRichView.GetItemExtraStrProperty

Top  Previous  Next

Returns value of the specified string property for the ItemNo-th item

function GetItemExtraStrProperty(ItemNo: Integer;

  Prop: TRVExtraItemStrPropertyvar 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.

 

unicode Unicode note: string properties are ANSI strings.

 

See also:

SetItemExtraStrProperty;
GetItemExtraIntProperty.

See also methods of TRichViewEdit:

GetCurrentItemExtraStrProperty.


RichView © Sergey Tkachenko