|
RAD Studio VCL Reference
|
Creates and initializes a TObjectList.
constructor Create; overload; constructor Create(AOwnsObjects: Boolean); overload;
__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!
|