TdxDynamicItemList.Count Property
Returns the list’s current capacity.
Declaration
property Count: Integer read;
Property Value
Type |
---|
Integer |
Remarks
You can use this property to obtain the total number of logical positions for storing items within the sparse list. Unlike similar properties provided by various collections and lists, the Count property value does not return the actual stored items count. The returned value is calculated as the last stored item’s index plus one.
See Also