TImageEnDBView.PreviewFont
Declaration
property PreviewFont: TFont;
Description
If
PreviewFontEnabled is set to True then PreviewFont specifies the font used in the IOPreviews dialog. Ensure the size of font matches the labels length.
ImageEnDBView1.PreviewFont.Name := 'Tahoma';
ImageEnDBView1.PreviewFontEnabled := True;
ImageEnDBView1.DoPreviews([peAll]);