ImageEn, unit iexDBBitmaps |
|
TIEGetSaveParamsEvent
Declaration
type TIEGetSaveParamsEvent = procedure(Sender: TObject; const Filename: string; Params: TIOParams) of object;
Description
Occurs when an image is being saved to a blob field, allowing custom parameters to be specified.
Note: This method is not called unless
ImageStorageMode is isEmbeddedBlob.