TcxInterfacedPersistent.Owner Property
In This Article
Provides access to the control or its object to which the persisted settings belong.
#Declaration
Delphi
property Owner: TPersistent read;
#Property Value
Type |
---|
TPersistent |
#Remarks
Cast the Owner property value to the corresponding TPersistent class descendant to access the control or object-specific members.
See Also