Internet Direct (Indy) Version 9.0.1 Beta
TIdObjectList.Create
Creates and initializes the Object list.

constructor Create(AOwnsObjects: Boolean); overload;
Parameters
AOwnsObjects: Boolean
Indicates if the list owns it's object instances.

Description
Create is an overoaded Constructior in TIdObjectList that creates and initializes the Object list. If no parameter is specified, or if the constructor is called with the True parameter, the new TObjectList is initialized with OwnsObjects set to True.