Parent - property of the PmgObject object
Description:
Returns reference to the parent Pmg object.
Note:
Property access for
read only.
This property is also functional in
Web panels.
The
PmgRoot object returns the value
null for
JavaScript or
Nothing for
VBScript.
Nothing value can be tested by VBScript
Is operator.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oParent = oObject.Parent;
Dim oParent
oParent = oObject.Parent