Arguments - property of the PmaPanel object
Syntax:
Variant Arguments
Note:
Property access for
read only.
The property is set up automatically by calling the
Pm.CreateView method.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oPanel = pMe.Pm("/Panel");
var vArg = oPanel.Arguments;
Dim oPanel
Set oPanel = pMe.Pm("/Panel")
Dim vArg
vArg = oPanel.Arguments