Update cookies preferences
Promotic

Visible - property of the PmfObject object

Description:
Visibility of the Pmf object.
Syntax:
Long Visible
Values:
1 (default) - The Pmf object is visible.
0 - The Pmf object is not visible and its position is empty.
-1 - The Pmf object is not visible and its place is taken by the following object.
It is counted in the calculation of the window size (of the scrollbar) - i.e. the empty space appears at the bottom of the window.
Note:
Property access for read and write.
 
This method is also functional in Web panels.
Example:
JavaScriptSelect and copy to clipboard

var oString = oForm.CreateItem("string", "IdStr1", "Title");
var nVisible = oString.Visible;   // Reading from the property
oString.Visible = 1;   // Writing into the property

History:
Pm9.00.04: Created
PROMOTIC 9.0.31 SCADA system documentation MICROSYS, spol. s r.o.

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