RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TColorDialog Class

TColorDialog displays a modal color-selection dialog.

Pascal
TColorDialog = class(TCommonDialog);
C++
class TColorDialog : public TCommonDialog;

Dialogs

The TColorDialog component displays a Windows dialog box for selecting colors. The dialog does not appear at runtime until it is activated by a call to the Execute method. When the user selects a color and clicks OK, the dialog closes and the selected color is stored in the Color property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!