Vcl.CustomizeDlg.TCustomizeDlg.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.CustomizeDlg.pas
Vcl.CustomizeDlg.hpp
Vcl.CustomizeDlg TCustomizeDlg

Description

Occurs when the dialog closes.

Write an OnClose event handler if you want special actions taken when the customization dialog closes.

See Also