IniX - property of the PmgObject object
Description:
Initial X-position of the upper-left corner of the Pmg object relative to superior object.
Note:
Property access for
read only. The value of this property is defined in the "
X" 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 the configurators regardless on the possible data binding (not the first evaluation of data binding).
X=0, Y=0 means the left upper corner of the parent Pmg object.
This property is also functional in
Web panels.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oItem = pMe.Items("/Txt0");
var nIniX = oItem.IniX;
Dim oItem, nIniX
Set oItem = pMe.Items("/Txt0")
nIniX = oItem.IniX