TdxTileControlItemFrame.Data Property
In This Article
Contains a pointer to arbitrary data.
#Declaration
Delphi
property Data: Pointer read; write;
#Property Value
Type |
---|
Pointer |
#Remarks
Use this property to associate the tile frame with arbitrary data. This data does not affect frame representation. You can use it as required.
See Also