FMX.Forms.TCommonCustomForm Properties
InheritedProtected
| Action | protected | 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. | 
| BiDiMode | public | Indicates the layout of this form when running under Middle Eastern versions of the operating system. | 
| Border | public | |
| BorderIcons | public | Specifies which icons appear on the title bar of the form. | 
| BorderStyle | public | Specifies the appearance and behavior of the form border. | 
| Bounds | public | Bounds of form - position and size. | 
| BoundsF | public | |
| Caption | public | 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 | public | Specifies the height (in pixels) of the form's client area. | 
| ClientWidth | public | 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. | 
| Constraints | public | |
| ContextHandle | protected | Used internally by the canvas of this form. | 
| Cursor | public | 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. | 
| Focused | public | Specifies the control that has the focus set on it. | 
| FormFactor | public | Specifies the form factor for this FireMonkey form, that is, the TFormFactor properties: width, height, orientations, and devices. | 
| FormFamily | public | 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 | public | Determines the form style. | 
| FullScreen | public | Indicates whether the form is in fullscreen mode. | 
| Handle | public | Specifies the handle of this form. | 
| Height | public | 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 | public | 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 | public | Represents the size and placement of the form. | 
| Root | public | Specifies the root parent of this object. | 
| SaveState | public | Specifies the save state of the FireMonkey form. | 
| ShowFullScreenIcon | public | Indicates whether the Mac fullscreen icon is visible. | 
| ShowHint | public | 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 .XFM file. | 
| StyleBook | public | Specifies the style book for this form. | 
| StyleIndexer | protected | |
| StyleName | published | Specifies the style name for this FMX component. | 
| SystemStatusBar | public | 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 | public | |
| Transparency | public | Indicates whether the form is transparent or not. | 
| VCLComObject | public | Represents information used internally by components that support COM. | 
| Visible | public | Indicates whether the form is visible. | 
| Width | public | Specifies the horizontal size of the form (in pixels). | 
| WindowState | public | Represents how the form appears on the screen. | 
| WindowStyle | public |