RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TObjectList.Create Constructor ()

Creates and initializes a TObjectList.

Pascal
constructor Create; overload;
constructor Create(AOwnsObjects: Boolean); overload;
C++
__fastcall TObjectList();
__fastcall TObjectList(Boolean AOwnsObjects);

Create creates a TObjectList instance. If no parameter is specified, or if the constructor is called with AOwnsObjects set to true, the new TObjectList is initialized with OwnsObjects set to true. 

 

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