API:FMX.Controls
Contents
Units
| FMX.Controls | Defines classes of FMX.Controls.TStyledControl for user interface controls. |
| FMX.Controls.Model | |
| FMX.Controls.Presentation |
Classes
| EInvalidSceneUpdatingPairCall | Exception raised when the process for Disabling Updating and Enabling Upating is not correct. |
| IDesignerControl | IDesignerControl is the interface implemented by controls that are part of the Form Designer. |
| IDrawableObject | |
| IHintReceiver | Controls that can respond to hint-related events must implement this interface. |
| IHintRegistry | A class needs to implement this interface in order to be able to register IHintReceiver instances. |
| 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. |
| ITintedObject | |
| TBeforeStyleChangingMessage | Message that informs about an upcoming style change. |
| 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 an action object to a client (generic control). |
| TControlsFilter | |
| TControlTypeHelper | Helper for TControlType. |
| TCustomControlAction | TCustomControlAction is the base class for the actions that can be associated with some of the controls. |
| THint | The base class for an object that can manage a hint. |
| TOrientationHelper | For internal use. TOrientationHelper is a record helper that provides fields for a scoped enumeration, the FMX.Controls.TOrientation type. |
| TPaintStageHelper | For internal use. TPaintStageHelper is a record helper that provides fields for a scoped enumeration, the FMX.Controls.TPaintStage type. |
| TPathAnimation | Used for moving a visual object on a specified path. |
| TPlacementHelper | For internal use. TPlacementHelper is a record helper that provides fields for a scoped enumeration, the FMX.Controls.TPlacement type. |
| TPopup | TPopup provides a pop-up window. |
| TStyleBook | TStyleBook stores a collection of styles for a form. |
| TStyleChangedMessage | Message sent after a style change. |
| TStyleCollection | Collection of items that store styles for different platforms. |
| TStyleCollectionItem | Represents an item in an instance of TStyleCollection that holds a style for a platform. |
| 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 TDateEdit. |
| TTextSettingsInfo | This class is used by all text controls (such as TDateEdit) and presented text controls (such as TLabel) as the core engine for managing styled text representation properties. |
Routines
| CanClosePopup | Returns whether the popup given as parameter can be closed. |
| CloseAllPopups | Closes all the opened popups. |
| ClosePopup | |
| FindProperty | |
| FreeControls | Frees all the popups on the form. |
| GetPopup | |
| GetPopupCount | |
| IsPopup | Returns whether the given parameter is a popup. |
| PopupBringToFront |
Types
| _di_IDesignerControl | Represents the IDesignerControl Delphi interface for C++Builder usage. |
| _di_IDrawableObject | |
| _di_IHintReceiver | |
| _di_IHintRegistry | |
| _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_ITintedObject | |
| _di_TEnumControlsRef | |
| _di_TPropertyApplyProc | |
| TControlList | Represents a list of TControl objects. |
| TControlType | Type of presentation control that a presented control renders, either Styled (default) or Platform (native). |
| TEnumControlsRef | |
| TEnumControlsResult | Type that defines a behavior of a depth-first tree search algorithm after it visits a node of the tree. |
| TOnPaintEvent | Procedural type that is used for all OnPaint and OnPainting event types. |
| TOrientation | Defines the control orientation. |
| TPaintStage | |
| TPlacement | TPlacement defines how a pop-up component is positioned relative to some point. |
| TPropertyApplyProc | |
| TStyleBookDesignInfo | Record type that contains design-time information for the Form Designer. |