Promotic

onButtonUp - event of the PmgButton object

Description:
The event is triggered on releasing the button (by the keyboard or the mouse).
The event triggering also depends on setting of the "'onButtonUp' event always triggered" configurator.
Parameters:
pMe(Object) Reference to the PmgButton object where the event rises.
pEvent(Object) Reference to the object describing detailed information about the specific event.
The pEvent parameter is not used here because this event does not need any additional information.
Note:
This event is triggered only if the "Control enabled" configurator is checked.

This event is also functional in Web panels.
See also:
Example:
A method is called in the event that replaces the current panel by another. See Pm.CreateView method.
JavaScriptVBScriptSelect and copy to clipboard

var oCreator = Pm.CreateView(null, "../Panel2", "", "target:main;");
oCreator.Open();
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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