Skip to main content

TcxObjectList.OwnObjects Property

Indicates whether the list manages instances of its stored items.

Declaration

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 OwnObjects property value and the Clear procedure’s behavior. It is impossible to change an existing object list’s OwnObjects property value.

See Also