TColorDialog( unit KOL.pas ) ï TObj ï _TObj

TColorDialog = object( TObj )

Color choosing dialog.

TColorDialog properties

Properties, inherited from TObj

TColorDialog methods

function Execute: Boolean;
Call this method to open a dialog and wait its result.

Methods, inherited from TObj

TColorDialog events

Events, inherited from TObj

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).

Fields, inherited from TObj


Index ]

This help is generated 14-Jun-2010 by KOL Help generator, (C) 2000-2001 by Vladimir Kladov
Modified (C) 2003 by Alexander Bartov