RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCOMAdminCatalogCollection.Remove Method

Removes an item from the collection

Pascal
procedure Remove(lIndex: Integer);
C++
__fastcall Remove(int lIndex);

Remove deletes an item from the collection given its index, and re-indexes the items with higher indices. These changes are not reflected on the COM+ catalog data store until you call SaveChanges

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!