Vcl.CmAdmCtl.TCOMAdminCatalogCollection

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.OleServer.TOleServerSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCOMAdminCatalogCollection

Delphi

TCOMAdminCatalogCollection = class(TOleServer)

C++

class PASCALIMPLEMENTATION TCOMAdminCatalogCollection : public Vcl::Oleserver::TOleServer

Properties

Type Visibility Source Unit Parent
class public
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl Vcl.CmAdmCtl

Description

TCOMAdminCatalogCollection represents a collection from the COM+ catalog.

Use TCOMAdminCatalogCollection to work with one of the collections in the COM+ catalog. Use the GetCollection method of TCOMAdminCatlog to obtain a TCOMAdminCatalogCollection object for a specific collection. Each collection corresponds to a folder that appears in the Component Services administration tool.

TCOMAdminCatalogCollection implements the ICatalogCollection interface, to let you enumerate, add, remove, and retrieve items in a collection, and to access related collections. Each item is represented by a TCOMAdminCatalogObject instance.

Note: Typically, when you first obtain a TCOMAdminCatalogCollection object, it does not contain data from the catalog for items in the collection. Use the Populate method to read in data for items in the collection before using the other properties and methods.

See Also