API: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

TForm represents a standard application window (form).

Vcl.CustomizeDlg.TCustomizeFrm inherits from Vcl.Forms.TForm. All content below this line refers to Vcl.Forms.TForm.

TForm represents a standard application window (form).

When you create forms in the Form designer at design time, they are implemented as descendants of TForm. Forms can represent the application's main window, or dialog boxes, or MDI children. A form can contain other objects, such as TButton, TCheckBox, and TComboBox objects.

Examples of forms include TLoginDialog and TPasswordDialog objects.

See Also