|
TCustomRichViewEdit.GetCurrentItemExtraIntProperty |
Top Previous Next |
|
Returns value of the specified integer property of item at the position of caret function GetCurrentItemExtraIntProperty( Prop: TRVExtraItemProperty; var Value: Integer): Boolean; (introduced in version 1.7) GetCurrentItemExtraIntProperty(...) is equivalent to TopLevelEditor.GetItemExtraIntProperty(TopLevelEditor.CurItemNo, ...). Value receives value of the property identified by Prop. See TRVExtraItemProperty 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 |