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