Skip to main content

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

Name Description
ActivateDetail Shows the detail page associated with the current tile item.
AddToCollection(TcxComponentCollection) protected Adds the current collection element to a collection. Inherited from TcxComponentCollectionItem.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject) Inherited from TComponent.
BeginInvoke(TAsyncFunctionEvent,TObject) Inherited from TComponent.
BeginInvoke(TAsyncProcedureEvent,TObject) Inherited from TComponent.
BeginInvoke(TProc,TObject) Inherited from TComponent.
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject) Inherited from TComponent.
BeginInvoke<TResult>(TFunc<TResult>,TObject) Inherited from TComponent.
Click Activates the current tile item.
DeactivateDetail Closes the detail page associated with the current tile item and returns the tile control to the main page displaying tiles.
DestroyComponents Inherited from TComponent.
Destroying Inherited from TComponent.
EndFunctionInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke(IAsyncResult) Inherited from TComponent.
EndInvoke<TResult>(IAsyncResult) Inherited from TComponent.
Equals(TObject) Inherited from TObject.
ExecuteAction(TBasicAction) Inherited from TComponent.
FindComponent(String) Inherited from TComponent.
FreeNotification(TComponent) Inherited from TComponent.
FreeOnRelease Inherited from TComponent.
GetChildren(TGetChildProc,TComponent) Inherited from TComponent.
GetCollectionFromParent(TComponent) protected Inherited from TcxComponentCollectionItem.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetParentComponent Returns the parent component of the current item’s collection. Inherited from TcxComponentCollectionItem.
HasParent Inherited from TComponent.
InsertComponent(TComponent) Inherited from TComponent.
IsImplementorOf(IInterface) Inherited from TComponent.
Loaded Inherited from TComponent.
MakeVisible Scrolls the tile control to bring the current tile item into view.
Move(TdxTileControlGroup,Integer) Moves the current tile item to a certain position in a specified group.
Notification(TComponent,TOperation) Inherited from TComponent.
ReferenceInterface(IInterface,TOperation) Inherited from TComponent.
RemoveComponent(TComponent) Inherited from TComponent.
RemoveFreeNotification(TComponent) Inherited from TComponent.
RemoveFromCollection(TcxComponentCollection) protected Removes the current collection element from a collection. Inherited from TcxComponentCollectionItem.
RemoveFromGroup
SetParentComponent(TComponent) Adds the current element to a collection associated with a specified component. Inherited from TcxComponentCollectionItem.
SetSubComponent(Boolean) Inherited from TComponent.
ToString Inherited from TObject.
UpdateAction(TBasicAction) Inherited from TComponent.

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