onValueWrite - event of the PmaString object
Description:
The event is triggered after writing the value into this object.
Parameters:
pMe | (Object) Reference to the PmaString object where the event rises. |
---|
pEvent | (Object) Reference to object describing detailed information about the specific event. pEvent.Change - (Boolean) Takes the following values: true - If Old <> New false - If Old = New pEvent.New - (String) Value of the Value property after the last write into this property. pEvent.Old - (String) Value of the Value property before the last write into this property. |
---|