| ImageEn, unit iexDBBitmaps | 
 | 
 
TIEImageStorageMode
 
Declaration
type TIEImageStorageMode = (isEmbeddedBlob, isLinkedFile);
Description
The method that images are stored or referenced by the database.
 | Value |  Description |  
 | isEmbeddedBlob |  The image is embedded within a blob field |  
 | isLinkedFile |  A string field points to the filename of a local file |