RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBImage.QuickDraw Property

Specifies whether the image is displayed using a palette.

Pascal
property QuickDraw: Boolean;
C++
__property Boolean QuickDraw;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!