ImageEn, unit iexDBBitmaps

TIEDBMultiBitmap.FilenameFieldIsUnique

TIEDBMultiBitmap.FilenameFieldIsUnique

Declaration

property FilenameFieldIsUnique: Boolean;

Description

If the specified filename field, FilenameField, is guaranteed to be unique (i.e. each record has a different name specified) then set FilenameFieldIsUnique to True. This will improve performance and caching.
Also, if you are using ImageStorageMode = isLinkedFile and your filename field contains a full path (ImagePath = '') you can set this to True.

Note: This option only applies when Mode = dmAllRecords

Default: False

Example

IEDBBitmap1.FilenameFieldIsUnique := True;

See Also

FilenameField
ImageStorageMode
ImagePath
Mode