Skip to main content

TdxTileControlCheckedItems Class

A list of checked tiles in the control.

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.

Inheritance

TObject
TList
TdxTileControlCheckedItems
See Also