Skip to main content

TdxTileControlItem Class

Declaration

TdxTileControlItem = class(
    TdxTileControlCustomItem,
    IcxStoredObject,
    IcxImageCollectionListener
)

Remarks

This class extends its ancestor with members that allow you to:

Enclose the code applying multiple modifications to a tile item between the tile/tile bar control’s BeginUpdate and EndUpdate procedure calls to improve performance by preventing repeated content repainting.

TdxTileControlItem objects are stored within a tile control’s Items collection and can be created by calling the tile control’s CreateItem function.

See Also