RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomColorBox.CloseUp Method

Generates an OnCloseUp event.

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

Applications can't call this protected method. It is called automatically when the drop-down list of the combo box closes. 

CloseUp generates an OnCloseUp event so that applications can respond when the list closes. 

 

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