Vcl.CmAdmCtl.TCOMAdminCatalogObject

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.OleServer.TOleServerSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCOMAdminCatalogObject

Delphi

TCOMAdminCatalogObject = class(TOleServer)

C++

class PASCALIMPLEMENTATION TCOMAdminCatalogObject : public Vcl::Oleserver::TOleServer

Properties

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

Description

TCOMAdminCatalogObject represents an item in a collection from the COM+ catalog.

Use TCOMAdminCatalogObject to work with one of the items in a COM+ catalog collection. Use the Get_Item method of TCOMAdminCatlogCollection to obtain a TCOMAdminCatalogObject instance for a specific item. Each item corresponds to one of the items in a folder that appears in the Component Services administration tool.

TCOMAdminCatalogObject implements the ICatalogObject interface, to let you get and set properties on the items in a catalog collection. Any changes you make to the item are not reflected on the catalog data store until you call SaveChanges for the collection that contains the item.

See Also