Promotic

SelType - property of the PmfTable object

Description:
Type of row or cells selection.
Syntax:
String SelType
Values:
"row" (default) - Whole row can be selected in the MainBody area.
"cell" - Only individual cells can be selected in area MainBody.
Note:
Property access for read and write.
 
This method is also functional in Web panels.
See also:
- PmfTable.SetSel (method)
- PmfTable.GetSel (method)
Example1:
JavaScriptSelect and copy to clipboard

oTable.SelType = "cell";   // Writing into the property
var sSelType = oTable.SelType;   // Reading from the property

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

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