Root - property of the PmgObject object
Note:
Property access for
read only.
This property is also functional in Web panels.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oItem = pMe.Items("/Txt0");
var oRoot = oItem.Root;
Dim oItem, oRoot
Set oItem = pMe.Items("/Txt0")
oRoot = oItem.Root