Display Preferences
FMX.Forms.TForm
From XE2 API Documentation
Delphi
TForm = class(TCustomForm)
C++
class PASCALIMPLEMENTATION TForm : public TCustomForm
Contents |
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.Forms.TForm3D
- FMX.Forms.Screen
- 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
- Passing Additional Arguments to Forms
- Retrieving Data from Forms
- Retrieving Data from Modal Forms
- Retrieving Data from Modeless Forms