CmAdmCtl.TCOMAdminCatalogObject
Contents |
Delphi Information
From CmAdmCtl.pas
TCOMAdminCatalogObject = class(TOleServer)
Unit: CmAdmCtl
Type: class
Inherited Class Members: CmAdmCtl.TCOMAdminCatalogObject Members
Class Properties: CmAdmCtl.TCOMAdminCatalogObject Properties
Class Methods: CmAdmCtl.TCOMAdminCatalogObject Methods
Class Constructors & Destructors: CmAdmCtl.TCOMAdminCatalogObject Constructors
C++ Information
From CmAdmCtl.hpp
TCOMAdminCatalogObject = class(TOleServer)
Unit: CmAdmCtl
Type: class
Inherited Class Members: CmAdmCtl.TCOMAdminCatalogObject Members
Class Properties: CmAdmCtl.TCOMAdminCatalogObject Properties
Class Methods: CmAdmCtl.TCOMAdminCatalogObject Methods
Class Constructors & Destructors: CmAdmCtl.TCOMAdminCatalogObject Constructors
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.