Promotic

SortCol - property of the PmgAlarmStateViewer object

Description:
Identifier of the column that is used to sort by.
For the list of identifiers see the "Columns" configurator.
Syntax:
String SortCol
Note:
Property access for read and write. The default value of this property is defined in the "Sort by column" configurator of this object.
 
This method is also functional in Web panels.
See also:
Example:
JavaScriptSelect and copy to clipboard

var oViewer = pMe.Items("/Viewer");
oViewer.SortCol = "timeon";   // Writing into the property
var nSortCol = oViewer.SortCol;   // 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.