JVCL Help:TJvDSADialog.OrgOwner
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDSADialog.OrgOwner Property
[+] TJvDSADialog Events
[+] TJvDSADialog Methods
[+] TJvDSADialog Properties
Search in JVCL Help
Search in all projectsSummary
References the owner of the component.
Pascal
propertyOrgOwner: TComponent;
Description
OrgOwner is the reference to the owner (form) of the component. Because the Owner property is set to nil before Destroy is called, the unpatching mechanism can not use Owner. To circumvent this, the patch method will store a reference to the form which the unpatch method can use.
See Also
TJvDSADialog.FormPatch, TJvDSADialog.FormUnPatch
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page