TdxFastList.Items Property
Provides indexed access to the stored pointers.
Declaration
property Items[Index: Integer]: Pointer read; write; default;
Property Value
Type |
---|
Pointer |
Remarks
Pass a pointer’s index within the list as the Index parameter to read or write the pointer. The “List index out of bounds” exception occurs if the Index parameter value is:
Equal to or greater than the Count property value.
Negative.
See Also