TDBSRichViewEdit.OnSaveCustomFormat |
Top Previous Next |
|
This event allows saving data to field in your own format. type TDBSRVCustomFormatEvent = procedure (Sender: TDBSRichViewEdit; Stream: TStream; var DoDefault: Boolean) of object;
property OnSaveCustomFormat: TDBSRVCustomFormatEvent; See the event of the same name in the RichView help file (event of TDBRichViewEdit). See also: |