TdxCustomTileControl.CheckedItems Property
Provides zero-based indexed access to tile items that are currently checked within the tile control.
Declaration
property CheckedItems[Index: Integer]: TdxTileControlItem read;
Property Value
Type |
---|
TdxTileControlItem |
Remarks
Use the CheckedItemCount property to obtain the total number of elements accessible via the CheckedItems property.
See Also