FMX.ComboEdit.TComboEdit.OnPopup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPopup: TNotifyEvent read GetOnPopup write SetOnPopup;

C++

__property OnPopup;

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 appears.

Write an OnPopup event handler to provide custom behavior when the drop-down box is displayed.

See Also