Promotic

onDataEditAccept - event of the PmgRadioButton object

Description:
The event is triggered after change of the object content.
The event can be used, for example, for passing the value into variables.
If the data binding of the "Selection index" configurator is defined, then the value je passed into the variable of the data binding on this event.
Parameters:
pMe(Object) Reference to the PmgRadioButton object where the event rises.
pEvent(Object) Reference to the object describing detailed information about the specific event.
pEvent.OldValue - (Long) [for reading] Value of the Value property before the last writing into this property.
Note:
This event is triggered only if the "Control enabled" configurator is checked.

This event is also functional in Web panels.
Example:
This example is functional also in Web panels. The value is no assigned directly into the object on the Web server, but just the designer's method in the PmaPanel object is called. This method is then called on the server and there it is possible to save the transmitted value anywhere.
JavaScriptVBScriptSelect and copy to clipboard

pMe.PmPanel.Methods.SetMyValue(pMe.Value);
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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