ImageEn, unit dbimageenvect

TImageEnDBVect.IOPreviewsParams

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

Example

// Show preview by default
ImageEnDBVect1.IOPreviewsParams := [ ioppDefaultLockPreview ];