TdxDynamicItemList Properties
A positional sparse list of abstract doubly linked items.| Name | Description |
|---|---|
| Count | Returns the list’s current capacity. |
| FirstIndex | Returns the first stored item‘s position within the list. |
| Items | Provides zero-based indexed access the list’s content. |
| LastIndex | Returns the last stored item‘s position within the sparse item list. |
See Also