FMX.Forms.TForm Properties
InheritedProtected
Action | published | Specifies the action associated with the control. |
ActionClient | public | Specifies whether the component object has an associated action. |
ActionLink | protected | |
Active | public | Specifies whether the form has focus. |
ActiveControl | published | Specifies the active control on the form. |
BiDiMode | published | Indicates the layout of this form when running under Middle Eastern versions of the operating system. |
Border | published | |
BorderIcons | published | Specifies which icons appear on the title bar of the form. |
BorderStyle | published | Specifies the appearance and behavior of the form border. |
Bounds | public | Bounds of form - position and size. |
Canvas | public | Provides access to the drawing area of the form. |
Caption | published | Specifies a text string that identifies the form to the user. |
Captured | public | Specifies the control that has captured the mouse. |
Children | public | Stores an array of children attached to this parent component. |
ChildrenCount | public | Read-only property that specifies the number of children in the children list. |
ClientHeight | published | Specifies the height (in pixels) of the form's client area. |
ClientWidth | published | Specifies the width (in pixels) of the form's client area. |
ComObject | public | Specifies the interface reference implemented by the component. |
ComponentCount | public | Indicates the number of components owned by the component. |
ComponentIndex | public | Indicates the position of the component in its owner's Components property array. |
Components | public | Lists all components owned by the component. |
ComponentState | public | Describes the current state of the component, indicating when a component needs to avoid certain actions. |
ComponentStyle | public | Governs the behavior of the component. |
ContextHandle | protected | Used internally by the canvas of this form. |
Cursor | published | Specifies the mouse cursor that will be used on this form. |
Data | public | Stores a Tvalue, which is a data structure that can store different kinds of data types. |
Designer | public | Specifies the designer interface for the form. |
DesignInfo | public | Contains information used by the Form designer. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
Fill | published | Specifies the way the background on this form is filled. |
Focused | public | Specifies the control that has the focus set on it. |
FormFactor | published | Specifies the form factor for this FireMonkey form, that is, the TFormFactor properties: width, height, orientations, and devices. |
FormFamily | published | Is a string property that specifies the form family this form is part of. The logic can choose a different form as the main form depending on size, if an app has several forms with the same .FormFamily value as the app's main form. |
FormState | public | Indicates transitional state information about the form. |
FormStyle | published | Determines the form style. |
FullScreen | published | Indicates whether the form is in fullscreen mode. |
Handle | public | Specifies the handle of this form. |
Height | published | Specifies the vertical size of the form (in pixels). |
Hovered | public | Identifies the control over which the mouse pointer is hovering. |
Index | public | Specifies the index of the child object in the children array attached to this object. |
Left | published | Specifies the X coordinate of the upper-left corner of the form, relative to the screen. |
MainMenu | protected | |
ModalResult | public | Represents the return value of a form that is used as a modal dialog box. |
Name | published | Specifies the name of the component as referenced in code. |
Observers | public | Indicates the TObservers object added to the TComponent. |
OriginalContainerSize | public | |
Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
Padding | published | Specifies the padding of the form. |
Parent | public | Specifies the parent component of this FMX object. |
ParentForm | public | Specifies the parent form of this form. |
Position | published | Represents the size and placement of the form. |
Quality | published | |
Root | public | Specifies the root parent of this object. |
SaveState | public | Specifies the save state of the FireMonkey form. |
ShowFullScreenIcon | published | Indicates whether the Mac fullscreen icon is visible. |
ShowHint | published | Determines whether help hints are enabled or disabled for first level child controls in the form. |
Stored | public | Specifies whether this object is stored in the .FMX file. |
StyleBook | published | Specifies the style book for this form. |
StyleIndexer | protected | |
StyleLookup | published | Specifies the name of the style to look up and apply to this form. |
StyleName | published | Specifies the style name for this FMX component. |
SystemStatusBar | published | System status bar settings on mobile platforms. |
Tag | published | Stores a NativeInt integral value as a part of a component. |
TagFloat | public | Custom property that stores any floating-point value. |
TagObject | public | Custom property that stores any object value. |
TagString | public | Custom property that stores any string value. |
Top | published | Specifies the Y coordinate of the upper-left corner of the form, relative to the screen. |
Touch | published | |
Transparency | published | Indicates whether the form is transparent or not. |
VCLComObject | public | Represents information used internally by components that support COM. |
Visible | published | Indicates whether the form is visible. |
Width | published | Specifies the horizontal size of the form (in pixels). |
WindowState | published | Represents how the form appears on the screen. |
WindowStyle | public |