Promotic

Methods - property of the PmgObject object

Description:
Returns object, by which the designer's methods of the Pmg object defined on the "Methods" tab are accessed.
Syntax:
Object Methods
Note:
Property access for read only.
 
The property itself cannot be changed (is "read only"), but the called method can change anything by its algorithm.

Designer's methods of the Pmg object always belongs to this object and if we want to call them, then we can do it only through this object.
See also:
- Pm.Methods (property)
- PmaObject.Methods (property)
Example:
Example of an access to methods with names Init and Close (x and y are parameters of the method Init)
JavaScriptVBScriptSelect and copy to clipboard

var oObject = pMe.Items("/Text0");
oObject.Methods.Init(x, y);
oObject.Methods.Close();

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.