RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomColorBox.Select Method

Generates an OnSelect event.

Pascal
procedure Select; override;
C++
virtual __fastcall Select();

Applications can't call this protected method. It is called automatically when the user selects a color. 

TCustomColorBox overrides the inherited method to display a color selection dialog if the user selects the custom color item. After checking for a custom color, TCustomColorBox calls the inherited method, which generates an OnSelect event. 

 

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