TColorDialog( unit KOL.pas ) TObj _TObj
TColorDialog = object( TObj )
Color choosing dialog.
Constructor
function NewColorDialog( FullOpen: TColorCustomOption ): PColorDialog;
Creates color choosing dialog object.
TColorDialog methods
function Execute: Boolean;
Call this method to open a dialog and wait its result.
TColorDialog fields
OwnerWindow: HWnd;
Owner window (can be 0).
CustomColors: array[ 1 . . 16 ] of TColor;
Array of stored custom colors.
ColorCustomOption: TColorCustomOption;
Options (how to open a dialog).
Color: TColor;
Returned color (if the result of Execute is True).