Vcl.ComCtrls.TWorkArea.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Collection: TCollection); override;

C++

__fastcall virtual TWorkArea(System::Classes::TCollection* Collection);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TWorkArea

Description

Creates an instance of TWorkArea.

It is seldom necessary to call the constructor for TWorkArea directly. Instead, create TWorkArea objects indirectly by calling the Add method of TWorkAreas.

See Also