ImageEn, unit iexDBBitmaps

TIEDBMultiBitmap.DefaultFilename

TIEDBMultiBitmap.DefaultFilename


Declaration

property DefaultFilename: string;


Description

Specifies a filename to use when an image needs to be saved (if the file already exists a numbered filename will be generated).
If images are stored as local files (ImageStorageMode = isLinkedFile) then when appending bitmaps a file will be saved and then referenced by the database.
For images referenced locally using only FilenameField the is useful only if images do not have a file extension.
If you have set an ImagePath then DefaultFilename need only be a name, such as "Image". Otherwise a full path must be set, e.g. "C:\My Image Folder\Image"

Default: 'Image'