ImageEn, unit dbimageenvect |
|
TImageEnDBVect.IOPreviewsParams
Declaration
property IOPreviewsParams: TIOPreviewsParams;
Description
Specifies features of the input/output preview dialog. Set ioppDefaultLockPreview to set down the "Lock preview" button when the dialog is showed.
Note: Only ioppDefaultLockPreview is permitted for TImageEnDBVect
// Show preview by default
ImageEnDBVect1.IOPreviewsParams := [ ioppDefaultLockPreview ];