RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCOMAdminCatalogCollection.PopulateByKey Method

Populates the collection with information for the specified objects.

Pascal
procedure PopulateByKey(aKeys: PSafeArray);
C++
__fastcall PopulateByKey(PSafeArray aKeys);

Use PopulateByKey to refresh the items in the collection that have a specified key. PopulateByKey reloads all items from the COM+ catalog that have the specified keys.  

aKeys is an array of Key values that represent the Key property for each item to be loaded from the COM+ catalog. 

 

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