TdxTileControlItemFrame Class
In This Article
A tile item’s frame.
#Declaration
Delphi
TdxTileControlItemFrame = class(
TdxTileControlCustomItem
)
#Remarks
This class extends its ancestor class with the Data property, allowing you to associate arbitrary data with the frame.
TdxTileControlItemFrame objects are stored within a TdxTileControlItemFrames collection referenced via a tile item’s Frames property.
#Inheritance
See Also