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