|
TCustomRichViewEdit.GetCurrentItemExtraStrProperty |
Top Previous Next |
|
Returns value of the specified string property of the item at the position of caret function GetCurrentItemExtraStrProperty( Prop: TRVExtraItemStrProperty; var Value: String): Boolean; (introduced in version 1.9) GetCurrentItemExtraStrProperty(...) is equivalent to TopLevelEditor.GetItemExtraStrProperty(TopLevelEditor.CurItemNo, ...). Value receives value of the property identified by Prop. See TRVExtraItemStrProperty for the list of available properties. This method must be called only when the document is formatted. Return value True, if this item has this property. False, if not.
See also:
See also methods of TRichView: |