FMX.ComboEdit.TComboEdit.OnClosePopup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnClosePopup: TNotifyEvent read GetOnClosePopup write SetOnClosePopup;

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.

See Also