FMX.Forms.TForm

Delphi
TForm = class(TCustomForm)
C++
class PASCALIMPLEMENTATION TForm : public TCustomForm
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | FMX.Forms |
Description
TForm represents a standard FireMonkey 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 various preferences-related windows. A form can contain any other FireMonkey objects, such as TButton, TCheckBox, TComboBox objects, and so on.
See Also
- FMX.Forms.TApplication
- FMX.Forms3D.TForm3D
- FMX.Forms.Screen
- FMX.Forms.TCustomPopupForm
- FireMonkey Application Design
- Creating Applications
- Adding Forms
- Form Designer
- Controlling When Forms Reside in Memory
- Creating Forms Dynamically
- Creating Modeless Forms Such as Windows
- Displaying an Auto-created Form
- Using Forms
- Using the Main Form
- Creating a Form Instance Using a Local Variable
- Controlling Application Behavior
- Passing Additional Arguments to Forms
- Retrieving Data from Forms
- Retrieving Data from Modal Forms
- Retrieving Data from Modeless Forms