Vcl.CustomizeDlg.TCustomizeDlg.OnShow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnShow: TNotifyEvent read FOnShow write FOnShow;

C++

__property System::Classes::TNotifyEvent OnShow = {read=FOnShow, write=FOnShow};

Properties

Type Visibility Source Unit Parent
event published
Vcl.CustomizeDlg.pas
Vcl.CustomizeDlg.hpp
Vcl.CustomizeDlg TCustomizeDlg

Description

Occurs when the dialog opens.

Write an OnShow event handler if you want special actions taken immediately before the customization dialog opens.

See Also