Clear
|
Clears the positional sparse list.
|
CreateItem(Integer)
protected
|
Creates a new item at the specified position within the list.
|
DeleteItem(TdxDynamicListItem)
protected
|
Removes the specified item from the list.
|
Equals(TObject)
|
|
FindItem(Integer)
protected
|
Returns the stored item by the specified index within the list.
|
ForEach(TdxDynamicItemListForEachProcRef,Boolean)
protected
|
Applies the specified procedure to a range of items stored within the list.
|
GetHashCode
|
|
GetItemClass
protected
|
Returns a class-reference to the actual dynamic list item class.
|
InsertItem(TdxDynamicListItem,TdxDynamicListItem)
protected
|
Inserts an item adjacent to the specified item within the list.
|
ShiftIndexes(Integer,Integer)
protected
|
Shifts a range of sparse list positions by the specified value.
|
ToString
|
|