RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCOMAdminCatalogObject.Create Constructor

Creates a new instance of TCOMAdminCatalogObject.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TCOMAdminCatalogObject(TComponent * AOwner);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!