Update cookies preferences
Promotic

GetGroupInfo - method of the PmgEventViewer object

Description:
Returns information regarding the PmaEventGroup.
Syntax:
String GetGroupInfo(String sWhat)
Parameters:
sWhat(String) Obtained information type.
groupid - Event group identifier. See "Event group identifier" configurator.
grouptitle - Displayed name of event group. See "Displayed group name" configurator.
grouppath - Path to event group PmaEventGroup.
Return value:
If an error occures, then the method returns: null for JavaScript or Empty for VBScript (it can be tested by the Pm.IsValid method).
Note:
This method is also functional in Web panels. The method must be called after the onConnect event is triggered (or any time later) and therefore is not functional in the onStart event.
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oViewer = pMe.Items("/Viewer");
var sTitle = oViewer.GetGroupInfo("grouptitle");

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

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