Parent - property of the PmaObject object
Description:
Returns reference to the parent Pma object.
Note:
Property access for
read only.
The
PmaRoot 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