Vcl.CmAdmCtl.TCOMAdminCatalogCollection.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

Creates a new instance of TCOMAdminCatalogCollection.

Call Create to instantiate TCOMAdminCatalogCollection at runtime. Once you have created a TCOMAdminCatalogCollection object, you must bind it to an ICatalogCollection interface before you can use it. Use the ConnectTo method to bind a TCOMAdminCatalogCollection object to an ICatalogCollection interface.

Note: When you obtain a TCOMAdminCatalogCollection instance from a method on the TCOMAdminCatalog object or from another collection, it is already bound to an ICatalogCollection interface.

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

See Also