FMX.Controls.TPopup.OnClosePopup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnClosePopup: TNotifyEvent read FOnClosePopup write FOnClosePopup;

C++

__property System::Classes::TNotifyEvent OnClosePopup = {read=FOnClosePopup, write=FOnClosePopup};

Properties

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

Description

Occurs when the TPopup object is closed. Write an OnClosePopup event handler to take specific action when the TPopup closes.

See Also