Vcl.Dialogs.TColorDialog
Delphi
TColorDialog = class(TCommonDialog)
C++
class PASCALIMPLEMENTATION TColorDialog : public TCommonDialog
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | Vcl.Dialogs |
Description
TColorDialog displays a modal color-selection dialog.
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.