Forms.TForm
From RAD Studio VCL Reference
Contents |
Delphi Information
From Forms.pas
TForm = class(TCustomForm)
Unit: Forms
Type: class
Inherited Class Members: Forms.TForm Members
Class Methods: Forms.TForm Methods
C++ Information
From Forms.hpp
TForm = class(TCustomForm)
Unit: Forms
Type: class
Inherited Class Members: Forms.TForm Members
Class Methods: Forms.TForm Methods
Class Constructors & Destructors: Forms.TForm Constructors
Description
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.