Icon Create Method

constructor Create

constructor Create(AOwnsObjects: Boolean)

Available In: Client and Server Applications

Use this method to create a new instance of the TObjectList class. This method is overloaded, and the second version of the method contains an optional AOwnsObjects parameter that indicates whether the object list instance will own its contained object instances and automatically free them when the object list itself is freed.
Image