Vcl.CmAdmCtl.TCOMAdminCatalogCollection.PopulateByKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PopulateByKey(aKeys: PSafeArray);

C++

void __fastcall PopulateByKey(Winapi::Activex::PSafeArray aKeys);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl TCOMAdminCatalogCollection

Description

Populates the collection with information for the specified objects.

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.

See Also