TdxTileControlCheckedItems Class
Declaration
TdxTileControlCheckedItems = class(
TList
)
Remarks
This class implements a collection that stores and manages tiles with the checked status.
The TdxTileControlCheckedItems class provides the following members that allow you to:
Identify the total number of checked tile items (Count);
Access individual checked tile items (Items).
The TdxTileControlDragItemInfo class’ CheckedItems property references a TdxTileControlCheckedItems object.
See Also