[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Create a new object list
Source position: contnrs.pp line 43
public constructor TFPObjectList.Create; |
FreeObjects: Boolean |
); |
FreeObjects |
|
Should objects be freed when removing them from the list |
Create instantiates a new object list. The FreeObjects parameter 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.
|
Clears the list and destroys the list instance |
|
|
Should the list free elements when they are removed. |
|
|
List to manage object instances. |