Promotic

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 panel is being opened 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, if modal window is being opened 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.
See also:
- PmgRoot.ReturnValue (property)
Example:
The input value of the panel can be read in any Pmg object:
JavaScriptVBScriptSelect and copy to clipboard

var val = pMe.Root.Arguments;

History:
Pm8.03.00: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.