Promotic

Y - property of the PmgObject object

Description:
Y-coordinate of the left upper corner of the Pmg object relative to superior Pmg object.
Syntax:
Long Y
Note:
Property access for read and write. The default value of this property is defined in the "Y" configurator of this object.
 
X=0, Y=0 represents the left upper corner of the parent Pmg object.

This property is also functional in Web panels.
See also:
- PmgObject.Dy (property)
- PmgObject.X (property)
- PmgObject.IniY (property)
- PmgObject.ScreenY (property)
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oObject = pMe.Items("/Txt0");

var nY = oObject.Y;   // Reading from the property
oObject.Y = 200;   // Writing into the property
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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