FMX.Controls
Defines classes of FMX.Controls.TStyledControl for user interface controls.
Package | fmx280.bpl |
---|
Contents
Units
FMX.Controls | Defines classes of FMX.Controls.TStyledControl for user interface controls. |
FMX.Controls.Model | Contains the TDataModel base class of data models for presented controls. TDataModel can define a Receiver and send messages, when its data is changed, to update values shown in the associated presented control. |
FMX.Controls.Presentation | Contains the base classes for presented controls that support control--model--presenter architecture. |
Classes
EInvalidSceneUpdatingPairCall | Exception raised when the process for Disabling Updating and Enabling Upating is not correct. |
IControlTypeSupportable | |
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 | Extends the TControl class by declaring the presentation properties of the control as published. |
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 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. |
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 | 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. |
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
TControlList | Represents a list of TControl objects. |
TControlType | The type of a presentation control that a presented control renders, either Styled or Platform . |
TCustomSceneAddRectEvent | |
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. |
TStyleState |