<< Click to display table of contents >> TDBSRichViewEdit.OnLoadCustomFormat |
This event allows loading data from field in your own format.
type
TSRVCustomFormatEvent = procedure (Sender: TSRichViewEdit;
Stream: TStream; var DoDefault: Boolean) of object;
property OnLoadCustomFormat: TDBSRVCustomFormatEvent;
See the event of the same name in the TRichView help file (event of TRichView).
This event may be called:
•in TDBSRichViewEdit
•if Document is linked to a database field using LiveBindings
See also: