Skip to main content
A newer version of this page is available. .

TcxOwnedPersistent.Owner Property

Provides access to the persistent object to which the current property set or persistent information container belongs.

Declaration

property Owner: TPersistent read; write;

Property Value

Type
TPersistent

Remarks

The TcxOwnedPersistent class descendants that implement actual persistent property sets or information containers, cast this property value to the corresponding owner class to access, notify, and/or update the affected persistent object according to the changes made to the stored settings and/or other information.

See Also