API: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 just before the drop-drown list appears.

FMX.ComboEdit.TComboEdit.OnPopup inherits from FMX.ComboEdit.TCustomComboEdit.OnPopup. All content below this line refers to FMX.ComboEdit.TCustomComboEdit.OnPopup.

Occurs just before the drop-drown list appears.

Write an OnPopup event handler to take specific action just before the drop-drown list appears.

See Also