Vcl.CmAdmCtl.TCOMAdminCatalog.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl TCOMAdminCatalog

Beschreibung

Erstellt eine neue Instanz von TCOMAdminCatalog.

Mit Create können Sie eine TCOMAdminCatalog-Komponente zur Laufzeit instantiieren. Die in der Entwicklungsumgebung hinzugefügten Komponenten werden automatisch instantiiert.

Owner gibt die Komponente an (normalerweise das Formular oder Datenmodul), die für die Freigabe der TCOMAdminCatalog-Instanz verantwortlich ist.

Siehe auch