FMX.Controls
From RAD Studio API Documentation
Defines classes of FMX.Controls.TStyledControl for user interface controls.
Classes
| IDesignerControl | IDesignerControl is the interface implemented by controls that are part of the Form Designer. |
| IDesignStyleBook | IDesignStyleBook is the interface for style books. |
| IInflatableContent | IInflatableContent is the interface for components whose items are inflatable. |
| IListBoxHeaderTrait | IListBoxHeaderTrait is the interface that defines items that can be used in list box header. |
| IScene | IScene is the interface that defines a scene of an object. |
| ISearchResponder | ISearchResponder is the interface for controls that change their state when search is performed on their items. |
| IStyleBookOwner | IStyleBookOwner is the interface for controls that can own style book components. |
| TBeforeStyleChangingMessage | |
| TCaret | Represents the flashing rectangle that appears in controls accepting the keyboard input. |
| TContent | Provides an easy way to realign the children of a control. |
| TContentInflater | TContentInflater is the class that handles inflating the content of a control. |
| TControl | TControl is the base class for FMX on-screen components. |
| TControlAction | Represents an action that can be associated with some of the controls. |
| TControlActionLink | Links action objects to clients that descend from TControl. |
| TControlsFilter | |
| TCustomControlAction | TCustomControlAction is the base class for the actions that can be associated with some of the controls. |
| TCustomViewAction | The base action for actions that show a specified component when executed. |
| TPathAnimation | Used for moving a visual object on a specified path. |
| TPopup | TPopup provides a pop-up window. |
| TStyleBook | TStyleBook stores a collection of styles for a form. |
| TStyleChangedMessage | The message sent when the style from the style book has changed. |
| TStyleContainer | Represents the container for a style. |
| TStyledControl | TStyledControl is the base class for customizable and user-interaction controls. |
| TStyleManagerHelper | Helper for the TStyleManager class. |
| TTextControl | Base class for all text controls such as TLabel. |
Routines
| CanClosePopup | Returns whether the popup given as parameter can be closed. |
| CloseAllPopups | Closes all the opened popups. |
| ClosePopup | |
| FreeControls | Frees all the popups on the form. |
| GetPopup | |
| GetPopupCount | |
| IsPopup | Returns whether the given parameter is a popup. |
| PopupBringToFront | |
| UpdateStyleSettings | Updates the text style settings, if necessary. |
Types
| _di_IDesignerControl | Represents the IDesignerControl Delphi interface for C++Builder usage. |
| _di_IDesignStyleBook | Represents the IDesignStyleBook Delphi interface for C++Builder usage. |
| _di_IListBoxHeaderTrait | Represents the IListBoxHeaderTrait Delphi interface for C++Builder usage. |
| _di_IScene | Represents the DelphiInterface of IScene. |
| _di_ISearchResponder | Represents the ISearchResponder Delphi interface for C++Builder usage. |
| _di_IStyleBookOwner | Represents the IStyleBookOwner Delphi interface for C++Builder usage. |
| _di_TEnumControlsRef | |
| TControlList | Represents a list of TControl objects. |
| TEnumControlsRef | |
| TOnBeforeShow | Type of events used for taking specific actions before the view action is executed. |
| TOnCreateComponent | Type of events used for taking specific actions when the target component is created. |
| TOnPaintEvent | Procedural type that is used for all OnPaint and OnPainting event types. |
| TOrientation | Defines the control orientation. |
| TPaintStage | |
| TPlacement | TPlacement defines where a TPopup control appears on the screen. |