TColorDialog( unit KOL.pas ) ï TObj ï _TObj
TColorDialog = object( TObj )
Color choosing dialog.
function Execute: Boolean;
Call this method to open a dialog and wait its result.
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).
[ Index ]
This help is generated 14-Jun-2010 by KOL Help generator, (C) 2000-2001 by Vladimir Kladov
Modified (C) 2003 by Alexander Bartov