IniDy - property of the PmgObject object
Description:
Initial height of the Pmg object.
Note:
Property access for
read only.
The value of this property is defined in the "
Dy" 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).
This property is also functional in
Web panels.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var nIniDy = oObject.IniDy;
Dim nIniDy
nIniDy = oObject.IniDy