ImageEn, unit iexDBBitmaps

TIEDBMultiBitmap.ImageFormat

TIEDBMultiBitmap.ImageFormat


Declaration

property ImageFormat: TIOFileType;


Description

Specifies the format that images are read and written to the database.
If images are stored in a database blob field (ImageStorageMode = isEmbeddedBlob) ImageFormat specifies their image type. The format will be used when loading, and images will be saved to the database in this format.
For images referenced locally (ImageStorageMode = isLinkedFile) the ImageFormat is used only when saving image changes.
If ImageFormat is ioUnknown (Default) then the file content is analyzed to determine the format when loading, and the last detected file type is used when saving.

Default: ioUnknown