Vcl.ExtCtrls.TControlCollection.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(AOwner: TPersistent);

C++

__fastcall TControlCollection(System::Classes::TPersistent* AOwner);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlCollection

Beschreibung

Erstellt und initialisiert eine Instanz von TControlCollection.

Mit Create können Sie zur Laufzeit ein TControlCollection-Objekt instantiieren.

Siehe auch