TdxTileControlItem Members
A tile item.Constructors
Name | Description |
---|---|
Create(TComponent) | Inherited from TComponent. |
Properties
Name | Description |
---|---|
ActiveFrame | Displays a specific frame. |
ActiveFrameIndex | Displays a specific frame (identified by its index in the Frames collection). |
ActuallyVisible | Determines if the item is shown within the tile control. |
AnimationInterval |
Specifies the animation delay (in milliseconds) for the item’s tile frames and mosaics. The default value of the AnimationInterval property is dxTileControlDefaultAnimationInterval. |
AnimationMode | Specifies the animation transition effect for tile frames. |
Checked | Specifies if the current tile item is selected (also called checked). |
Collection | Specifies the collection containing the current element. Inherited from TcxComponentCollectionItem. |
ComObject | Inherited from TComponent. |
ComponentCount | Inherited from TComponent. |
ComponentIndex | Inherited from TComponent. |
Components | Inherited from TComponent. |
ComponentState | Inherited from TComponent. |
ComponentStyle | Inherited from TComponent. |
DesignInfo | Inherited from TComponent. |
DetailOptions | Specifies detail page settings. |
DisplayName | Specifies the collection item’s name displayed in the collection editor. Inherited from TcxComponentCollectionItem. |
Enabled | Specifies the item’s accessibility to end-users. |
Frames | Provides access to a collection of frames associated with the current tile item. |
GalleryImages | Specifies a collection of images to be displayed inside the tile item with a mosaic effect. |
Glyph | Specifies the tile item’s image settings. |
Group | Specifies a tile group that is linked to the current tile item. |
GroupBeforeDrag | |
GroupIndex | Specifies a tile group (identified by its Groups collection index) that is linked to the current tile item. |
ID | Gets the unique identifier of the current collection element. Inherited from TcxComponentCollectionItem. |
Index | Specifies the zero-based index of the current element in the collection. Inherited from TcxComponentCollectionItem. |
IndexInGroup | Specifies the tile item’s position within its group. |
IndexInGroupBeforeDrag | |
IsLarge | Switches between the item’s sizes: regular or large. |
IsMostLeft | Determines if other tile items precede the current item. |
IsMostRight | Determines if other tile items trail the current item. |
Margins | Specifies the tile’s content margins. Inherited from TdxTileControlCustomItem. |
Name | Inherited from TComponent. |
Observers | Inherited from TComponent. |
OptionsAnimate | Specifies the tile’s animation settings. Inherited from TdxTileControlCustomItem. |
Owner | Inherited from TComponent. |
ParentStyle protected | Specifies if the tile’s parent provides style settings for the tile. Inherited from TdxTileControlCustomItem. |
RowCount | Specifies the number of rows that the tile item occupies. |
Size | Switches between the item’s sizes. |
Style | Specifies the tile’s style settings. Inherited from TdxTileControlCustomItem. |
Tag | Inherited from TComponent. |
Text1 | Specifies text settings of the tile’s first text block. Inherited from TdxTileControlCustomItem. |
Text2 | Specifies text settings of the tile’s second text block. Inherited from TdxTileControlCustomItem. |
Text3 | Specifies text settings of the tile’s third text block. Inherited from TdxTileControlCustomItem. |
Text4 | Specifies text settings of the tile’s fourth text block. Inherited from TdxTileControlCustomItem. |
TileControl | Provides access to the tile or tile bar control to which the current tile item belongs. |
TileItem | Provides access to a tile item that displays the current tile. Inherited from TdxTileControlCustomItem. |
VCLComObject | Inherited from TComponent. |
Visible | Specifies the tile/tile bar item visibility. |
Methods
Events
Name | Description |
---|---|
OnActivateDetail | Enables you to respond to showing the detail page associated with the current tile item. |
OnActiveFrameChanged | Enables you to respond to changing a frame within the current tile item. |
OnClick | Enables you to respond to the current tile item’s activation. |
OnDeactivateDetail | Enables you to respond to closing the detail page associated with the current tile item. |
OnDeactivatingDetail | Enables you to prohibit the detail page associated with the current tile item from closing. |
OnFrameDestroy | Enables you to destroy the objects you created during the tile item’s frames initialization. |
OnFrameInitialize | Enables you to initialize the tile item’s frame when it is about to be displayed. |
OnGetStoredProperties | Enables you to customize a list of the item’s properties to be stored to external data stores. |
OnGetStoredPropertyValue | Enables you to provide a value for the item to be saved to external data stores. |
OnSetStoredPropertyValue | Enables you to restore the item’s property values from external data stores. |
See Also