Vcl.Dialogs.TCommonDialog.OnClose

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also