TdxTileControlCheckedItems.Items Property
In This Article
Provides indexed access to individual checked tile items within the collection.
#Declaration
Delphi
property Items[Index: TdxListIndex]: TdxTileControlItem read; default;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property within a TdxTileControlItemDragBeginEvent, TdxTileControlItemDragEndEvent, or TdxTileControlItemDragOver event handler to access a dragged checked tile item whose index within the collection is passed as the Index parameter.
See Also