Vcl.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 | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | TCommonDialog |
Description
Occurs when the dialog closes.
Write an OnClose event handler to perform special processing when the dialog closes.