FMX.Controls.TPopup.OnPopup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnPopup: TNotifyEvent read FOnPopup write FOnPopup;

C++

__property System::Classes::TNotifyEvent OnPopup = {read=FOnPopup, write=FOnPopup};

Properties

Type Visibility Source Unit Parent
event published
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TPopup

Description

Occurs just before the pop-up window appears.

Write an OnPopup event handler to take specific action just before the pop-up window appears.

See Also