Skip to main content

TdxList<T> Methods

Name Description
Add(Pointer) Inherited from TList.
Add(TObject) Inherited from TObjectList.
AddRange(TdxList<T>)
AddRange(T[])
Assign(TList,TListAssignOp,TList) Inherited from TList.
BinarySearch(T,Integer,IComparer<T>)
Clear Inherited from TList.
Contains(T)
Delete(Integer) Inherited from TList.
DeleteRange(Integer,Integer)
Equals(TObject) Inherited from TObject.
Error(PResStringRec,NativeInt) Inherited from TList.
Error(String,NativeInt) Inherited from TList.
Exchange(Integer,Integer) Inherited from TList.
Expand Inherited from TList.
Extract(Pointer) Inherited from TList.
Extract(T)
Extract(TObject) Inherited from TObjectList.
ExtractItem(Pointer,TDirection) Inherited from TList.
ExtractItem(TObject,TDirection) Inherited from TObjectList.
FindInstanceOf(TClass,Boolean,Integer) Inherited from TObjectList.
First
GetHashCode Inherited from TObject.
IndexOf(Pointer) Inherited from TList.
IndexOf(TObject) Inherited from TObjectList.
IndexOfItem(Pointer,TDirection) Inherited from TList.
IndexOfItem(TObject,TDirection) Inherited from TObjectList.
Insert(Integer,Pointer) Inherited from TList.
Insert(Integer,TObject) Inherited from TObjectList.
Last
Max(TdxListMaxIntegerAction<T>)
Move(Integer,Integer) Inherited from TList.
Pack Inherited from TList.
Remove(Pointer) Inherited from TList.
Remove(TObject) Inherited from TObjectList.
RemoveItem(Pointer,TDirection) Inherited from TList.
RemoveItem(TObject,TDirection) Inherited from TObjectList.
Sort
Sort(IComparer<T>)
Sort(TListSortCompare) Inherited from TList.
SortList(TListSortCompareFunc) Inherited from TList.
ToArray
ToString Inherited from TObject.
See Also