GroupId - property of the PmaEventGroup object
Description:
Event group identifier.
Note:
Property access for
read only.
The value of this property is defined in the "
Event group identifier" configurator of this object.
Example1:
The property can be used for parametrization of individual configurator values (e.g. in the
PmaPrototype object) by the
$.expr macro expression.
Example2:
JavaScriptVBScriptSelect and copy to clipboard
var oEv = pMe.Pm("/Event");
var sId = oEv.GroupId;
Dim oEv
Set oEv = pMe.Pm("/Event")
Dim sId
sId = oEv.GroupId