TcxObjectList.Items Property
In This Article
Provides indexed access to individual items within the list.
#Declaration
Delphi
property Items[Index: TdxListIndex]: TObject read; default;
#Property Value
Type |
---|
TObject |
#Remarks
The maximum Index parameter value is the Count property value minus one.
See Also