RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.CloseUp Method

Generates an OnCloseUp event.

Pascal
procedure CloseUp; dynamic;
C++
__fastcall CloseUp();

CloseUp is called automatically when the DroppedDown property changes to false. It generates an OnCloseUp event. 

Override CloseUp to implement additional class-specific responses when the drop-down list closes up or to suppress the event. 

 

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