FMX.Dialogs.TCommonDialog.OnClose
Delphi
property OnClose: TNotifyEvent read FOnClose write FOnClose;
C++
__property System::Classes::TNotifyEvent OnClose = {read=FOnClose, write=FOnClose};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| event | published | FMX.Dialogs.pas FMX.Dialogs.hpp | FMX.Dialogs | TCommonDialog | 
Description
Occurs when the dialog closes.
Write an OnClose event handler to perform special processing when the dialog closes.