Vcl.StdCtrls.TCustomCombo.CloseUp
Delphi
procedure CloseUp; dynamic;
C++
DYNAMIC void __fastcall CloseUp();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomCombo |
Description
Generates an OnCloseUp event.
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.