ImageEn, unit DBImageEn

TImageEnDBView.PreviewFontEnabled

TImageEnDBView.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

ImageEnDBView1.PreviewFont.Name := 'Tahoma';
ImageEnDBView1.PreviewFontEnabled := True;
ImageEnDBView1.DoIOPreview();