Vcl.CmAdmCtl.TCOMAdminCatalogObject.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCOMAdminCatalogObject(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl TCOMAdminCatalogObject

Description

Creates a new instance of TCOMAdminCatalogObject.

Call Create to instantiate TCOMAdminCatalogObject at runtime. Once you create a TCOMAdminCatalogObject, you must bind it to an ICatalogObject interface before you can use it. Use the ConnectTo method to bind a TCOMAdminCatalogObject instance to an ICatalogObject interface.

Note: The TCOMAdminCatalogObject instance that the catalog object returns from its Get_Item method is already bound to an ICatalogObject interface.

Owner specifies the component (typically a form or data module) that is responsible for freeing the TCOMAdminCatalogObject instance.

See Also