Table of Contents

TPropertyList.OwnerList Property

Provides a reference to the TPropertyList that owns this property.

Remarks

Actually a property list is owned by a TProperty object, which in turn is owned by a property list. So, OwnerList retrieves the property list which owns the property that owns this property list.

Syntax

Unit: PropertyList

property TPropertyList.OwnerList: TPropertyList

See also