| ImageEn, unit DBImageEnVect |
|
TImageEnDBVect.PreviewFontEnabled
Declaration
property PreviewFontEnabled: Boolean;
Description
By default (when PreviewFontEnabled = False) IO Preview dialogs are displayed using the system font (e.g. Tahoma or Segoe UI).
If you set PreviewFontEnabled to True then you can use
PreviewFont to specify a custom font for the IO Preview dialogs.
Default: False
Example
ImageEnDBVect1.PreviewFont.Name := 'Tahoma';
ImageEnDBVect1.PreviewFontEnabled := True;
ImageEnDBVect1.DoIOPreview();