Skip to main content

TdxCustomListBoxItems Members

Constructors

Name Description
Create(TdxCustomListBox) Initializes a new instance of the TdxCustomListBoxItems class with specified settings.
Create(Boolean) Creates a TcxObjectList class instance. Inherited from TcxObjectList.

Properties

Name Description
Capacity Inherited from TList.
Count Inherited from TList.
Items Provides indexed access to individual items within the list. Inherited from TcxObjectList.
List Inherited from TList.
OwnObjects Indicates whether the list manages instances of its stored items. Inherited from TcxObjectList.
Sorted

Methods

Name Description
Add(Pointer) Inherited from TList.
Add(string,Integer,TObject,Boolean)
AddObject(string,TObject,Integer)
AddObject(string,TObject)
AddSeparator
Assign(TList,TListAssignOp,TList) Inherited from TList.
BeginUpdate
CancelUpdate
Clear Clears the list. Inherited from TcxObjectList.
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.
ExtractItem(Pointer,TDirection) Inherited from TList.
First Inherited from TList.
FreeAndDelete(Integer) Destroys a stored item by its index in the list. Inherited from TcxObjectList.
FreeAndRemove(TObject) Removes the specified item from the list and destroys it. Inherited from TcxObjectList.
GetHashCode Inherited from TObject.
IndexOf(Pointer) Inherited from TList.
IndexOfCaption(string,Boolean)
IndexOfItem(Pointer,TDirection) Inherited from TList.
IndexOfObject(TObject)
Insert(Integer,Pointer) Inherited from TList.
Insert(Integer,string,Integer,TObject,Boolean)
IsValidIndex(Integer)
Last Inherited from TList.
LoadFromStrings(TStrings)
Move(Integer,Integer) Inherited from TList.
Pack Inherited from TList.
Remove(Pointer) Inherited from TList.
RemoveItem(Pointer,TDirection) Inherited from TList.
Sort(TListSortCompare) Inherited from TList.
SortList(TListSortCompareFunc) Inherited from TList.
ToString Inherited from TObject.
See Also