IniY - property of the PmgObject object
Description:
Initial Y-position of the left upper corner of the Pmg object relative to superior object.
Note:
Property access for
read only.
The value of this property is defined in the "
Y" configurator of this object.
The initial position means the position/size of the object as it was drawn
in the graphics editor. This is a static value in configurators regardless on the possible data binding (not the first evaluation of the data binding).
X=0, Y=0 represents the left upper corner of the parent
Pmg object.
This property is also functional in
Web panels.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var nIniY = oObject.IniY;
Dim nIniY
nIniY = oObject.IniY