JVCL Help:TJvDSADialog.GetOrgOwner

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Retrieves the owner of the component.


Pascal

 functionGetOrgOwner: TComponent;


Description

GetOrgOwner retrieves the reference to 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