RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWorkArea.Create Constructor

Creates an instance of TWorkArea.

Pascal
constructor Create(Collection: TCollection); override;
C++
virtual __fastcall TWorkArea(TCollection Collection);

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

 

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