Visible - property of the PmfObject object
Description:
Visibility of the Pmf object.
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