FMX.ComboEdit.TComboEdit.OnClosePopup
Delphi
property OnClosePopup;
C++
__property OnClosePopup;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.ComboEdit.pas FMX.ComboEdit.hpp |
FMX.ComboEdit | TComboEdit |
Description
Occurs when the drop-down box associated with the current TComboEdit object is closed.
Write an OnClosePopup handler to provide custom behavior when the drop-down box is closed.