Vcl.DBCtrls.TDBImage.QuickDraw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property QuickDraw: Boolean read FQuickDraw write FQuickDraw default True;

C++

__property bool QuickDraw = {read=FQuickDraw, write=FQuickDraw, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBImage

Description

Specifies whether the image is displayed using a palette.

Set QuickDraw to specify whether a customized palette should be used when displaying field values. If false, a palette is used, to provide the best possible image quality at the expense of additional processing time. If true, no special palette is used, which is faster, but results in poorer picture quality, especially with 256-color images on a 256-color video driver.

See Also