API:Vcl.Forms.TForm

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Forms.TCustomFormVcl.Forms.TScrollingWinControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTForm

Delphi

TForm = class(TCustomForm)

C++

class PASCALIMPLEMENTATION TForm : public TCustomForm

Properties

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

Description

TCustomForm is the base class from which to derive a window such as a form or dialog.

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

TCustomForm is the base class from which to derive a window such as a form or dialog.

Derive from TCustomForm to create a custom window. The TCustomForm descendant can contain other objects, such as TButton, TCheckBox, and TComboBox objects.

See Also