FMX.MaterialSources.TMaterialSource Properties
InheritedProtected
Action | protected | Specifies the action associated with the control. |
ActionClient | public | Specifies whether the component object has an associated action. |
ActionLink | protected | |
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. |
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. |
Data | public | Stores a Tvalue, which is a data structure that can store different kinds of data types. |
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. |
Index | public | Specifies the index of the child object in the children array attached to this object. |
Material | public | Specifies the TMaterial within this source. |
Name | published | Specifies the name of the component as referenced in code. |
Observers | public | Indicates the TObservers object added to the TComponent. |
Owner | public | Indicates the component that is responsible for streaming and freeing this component. |
Parent | public | Specifies the parent component of this FMX object. |
Root | public | Specifies the root parent of this object. |
Stored | public | Specifies whether this object is stored in the .FMX file. |
StyleIndexer | protected | |
StyleName | published | Specifies the style name for this FMX component. |
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. |
VCLComObject | public | Represents information used internally by components that support COM. |