TcxComponentCollection.Update(TcxComponentCollectionItem,TcxComponentCollectionNotification) Method
In This Article
Updates a collection to reflect any changes made.
#Declaration
Delphi
procedure Update(AItem: TcxComponentCollectionItem; AAction: TcxComponentCollectionNotification); virtual;
#Parameters
Name | Type |
---|---|
AItem | Tcx |
AAction | Tcx |
#Remarks
The Update method has an empty implementation and is intended to allow developers to provide appropriate functionality in the TcxComponentCollection subclasses.
The Update method is called automatically after the changes to the collection elements have been completed.
The AItem parameter specifies the TcxComponentCollectionItem instance that was changed. If an argument of nil is passed, then more than one collection element was updated.
See Also