Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxComponentCollection.Update(TcxComponentCollectionItem,TcxComponentCollectionNotification) Method

Updates a collection to reflect any changes made.

#Declaration

Delphi
procedure Update(AItem: TcxComponentCollectionItem; AAction: TcxComponentCollectionNotification); virtual;

#Parameters

Name Type
AItem TcxComponentCollectionItem
AAction TcxComponentCollectionNotification

#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