Vcl.CustomizeDlg.TCustomizeDlg.Show

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Show;

C++

void __fastcall Show();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.CustomizeDlg.pas
Vcl.CustomizeDlg.hpp
Vcl.CustomizeDlg TCustomizeDlg

Description

Displays the customization dialog.

Call Show to display the customization dialog. Show causes the form that the CustomizeForm property specifies to become visible. Immediately before the dialog appears to the user, TCustomizeDlg receives an OnShow event.

See Also