Arguments - property of the PmgRoot object
Description:
Input value for opening the panel.
Syntax:
Variant Arguments
Note:
Property access for
read only.
This property is also functional in
Web panels.
This value is entered into the
oExtra.Arguments entry when opening panel by the
OpenView method.
It can be a simple value (
Integer,
String, ...), array or object of the
PmArray or
PmMap type (it is not recommended to transfer objects of other types here).
Entering this value is often important, for example, when opening modal window in order to edit data.
The
Arguments property is then used as input initialization value (the
ReturnValue property as modified output value) - see
How to work with modal windows.
Example:
The input value of the panel can be read in any Pmg object:
JavaScriptVBScriptSelect and copy to clipboard
var val = pMe.Root.Arguments;
Dim val
val = pMe.Root.Arguments