Skip to main content

TcxComponentList Members

Constructors

Name Description
Create Inherited from TComponentList.
Create(Boolean) Inherited from TComponentList.

Properties

Name Description
Capacity Inherited from TList.
Count Inherited from TList.
Items Inherited from TComponentList.
List Inherited from TList.
OwnsObjects Inherited from TObjectList.

Methods

Name Description
Add(Pointer) Inherited from TList.
Add(TComponent) Inherited from TComponentList.
Add(TObject) Inherited from TObjectList.
Assign(TList,TListAssignOp,TList) Inherited from TList.
BeginUpdate
CancelUpdate
Clear Inherited from TList.
Delete(Integer) Inherited from TList.
EndUpdate
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(TComponent) Inherited from TComponentList.
Extract(TObject) Inherited from TObjectList.
ExtractItem(Pointer,TDirection) Inherited from TList.
ExtractItem(TComponent,TDirection) Inherited from TComponentList.
ExtractItem(TObject,TDirection) Inherited from TObjectList.
FindInstanceOf(TClass,Boolean,Integer) Inherited from TObjectList.
First Inherited from TComponentList.
GetHashCode Inherited from TObject.
IndexOf(Pointer) Inherited from TList.
IndexOf(TComponent) Inherited from TComponentList.
IndexOf(TObject) Inherited from TObjectList.
IndexOfItem(Pointer,TDirection) Inherited from TList.
IndexOfItem(TComponent,TDirection) Inherited from TComponentList.
IndexOfItem(TObject,TDirection) Inherited from TObjectList.
Insert(Integer,Pointer) Inherited from TList.
Insert(Integer,TComponent) Inherited from TComponentList.
Insert(Integer,TObject) Inherited from TObjectList.
Last Inherited from TComponentList.
Move(Integer,Integer) Inherited from TList.
Pack Inherited from TList.
Remove(Pointer) Inherited from TList.
Remove(TComponent) Inherited from TComponentList.
Remove(TObject) Inherited from TObjectList.
RemoveItem(Pointer,TDirection) Inherited from TList.
RemoveItem(TComponent,TDirection) Inherited from TComponentList.
RemoveItem(TObject,TDirection) Inherited from TObjectList.
Sort(TListSortCompare) Inherited from TList.
SortList(TListSortCompareFunc) Inherited from TList.
ToString Inherited from TObject.
See Also