Vcl.ExtCtrls.TControlCollection.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TPersistent);

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlCollection

Description

Creates and initializes a TControlCollection instance.

Call Create to instantiate a TControlCollection object at run time.

See Also