TcxObjectList.OwnObjects Property
In This Article
Indicates whether the list manages instances of its stored items.
#Declaration
Delphi
property OwnObjects: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
This procedure returns True if the Clear procedure destroys stored items in addition to the inherited Clear procedure’s functionality; otherwise, False.
Note
The list constructor’s optional parameter determines the Own
See Also