Promotic

SortType - property of the PmgAlarmStateViewer object

Description:
Sorting direction (ascending/descending).
Syntax:
Long SortType
Values:
0 - ascending
1 - descending
Note:
Property access for read and write. The default value of this property is defined in the "Sorting type" configurator of this object.
 
This method is also functional in Web panels.
Example:
JavaScriptSelect and copy to clipboard

var oViewer = pMe.Items("/Viewer");
oViewer.SortType = 1;   // Writing into the property
var nSortType = oViewer.SortType;   // Reading from the property

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

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