PmPanel - property of the PmgObject object
Description:
Returns reference to the
PmaPanel object where the
Pmg object is placed.
Note:
Property access for
read only. The property still
is not functional in the
onStart event.
This property is also functional in Web panels.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oItem = pMe.Items("/Txt0");
var oPanel = oItem.PmPanel;
Dim oItem, oPanel
Set oItem = pMe.Items("/Txt0")
oPanel = oItem.PmPanel