Vcl.CustomizeDlg.TCustomizeFrm

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Forms.TFormVcl.Forms.TCustomFormVcl.Forms.TScrollingWinControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomizeFrm

Delphi

TCustomizeFrm = class(TForm)

C++

class PASCALIMPLEMENTATION TCustomizeFrm : public Vcl::Forms::TForm

Properties

Type Visibility Source Unit Parent
class public
Vcl.CustomizeDlg.pas
Vcl.CustomizeDlg.hpp
Vcl.CustomizeDlg Vcl.CustomizeDlg

Description

TCustomizeFrm is the customization dialog form for action bands.

TCustomizeFrm is the customization dialog form for action bands. This dialog appears when a user indicates a wish to customize user interface elements using a control provided by the application developer. The dialog is also used in the IDE, when action bands for an application are first being created.

See Also