RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCOMAdminCatalog.Create Constructor

Creates a new instance of TCOMAdminCatalog.

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

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!