Add
|
Adds a new group to the end of the collection and returns the corresponding object.
|
Add(TcxComponentCollectionItemClass)
|
Creates a new TcxComponentCollectionItem instance and appends it to the collection.
|
AllowMultipleGroupExpansionChanged
|
|
Assign(TPersistent)
|
|
AssignTo(TPersistent)
|
|
BeginUpdate
|
Acquires a lock on the collection.
|
Clear
|
Deletes all the TcxComponentCollectionItem instances from the collection and destroys them.
|
CollapseSiblings(TdxNavBarGroup)
|
|
CustomSort(TcxComponentCollectionSortCompareFunc)
|
|
Delete(Integer)
|
Removes the specified TcxComponentCollectionItem instance from the collection and destroys it.
|
EndUpdate(Boolean)
|
Releases a lock and updates the collection.
|
Equals(TObject)
|
|
FindItemByID(Integer)
|
Returns a reference to a collection element, by its unique identifier.
|
GetHashCode
|
|
GetNamePath
|
|
GetOwner
|
|
IndexOf(TcxComponentCollectionItem)
|
Returns the zero-based index of a specified item within the collection.
|
InitiateActions
|
|
Insert(Integer)
|
Creates a new TcxComponentCollectionItem instance and inserts it into the collection at the position specified by the zero-based AIndex parameter.
|
ItemByCaption(string)
|
Searches the collection for an item with the specified caption.
|
ItemByName(string)
|
Returns a collection item by its name.
|
Loaded
|
|
LoadFromIniFile(TCustomIniFile,Boolean)
|
|
Remove(TcxComponentCollectionItem)
|
Removes a specified item from the collection.
|
SaveToIniFile(TCustomIniFile,Boolean)
|
|
StructureChanged
|
|
ToString
|
|
Update(TcxComponentCollectionItem,TcxComponentCollectionNotification)
protected
|
Updates a collection to reflect any changes made.
|
Updated
|
|
Updating
|
|