Developer

ShowPreview

Specifies whether preview rectangle will be shown on left side of edit.

property ShowPreview: Boolean read FShowPreview write SetShowPreview default False;
Not all TNxCustomEdit6 descendants paint preview automatically, but OnPreviewDraw event must be implemented.


Components such as TNxColorPicker6, TNxColorComboBox6, TNxFontComboBox6 include preview drawing.

See also