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