Vcl.CmAdmCtl.TCOMAdminCatalog.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

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

Description

Creates a new instance of TCOMAdminCatalog.

Call Create to instantiate TCOMAdminCatalog at runtime. TCOMAdminCatalog objects added at design time are instantiated automatically.

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

See Also