[Overview][Types][Classes][Procedures and functions] |
Create a new object list.
Source position: line 0
public constructor TObjectList.create; |
freeobjects: Boolean |
); |
freeobjects |
|
Should removed items be freed from memory |
Createinstantiates a new object list. The FreeObjectsparameter determines whether objects that are removed from the list should also be freed from memory. By default this is True. This behaviour can be changed after the list was instantiated.
None.
|
Should the list free elements when they are removed. |
|
|
TFPListdescendent which manages objects. |