This event is generated by wIpCtrl. The field value can be modified by setValue() in the event handler.
Events: | wIpEvent | Description |
wEvent_IpChanged | When the user changes a field or moves from one field to another. |
|
method getIndex(self: wIpEvent): int {...}{.inline, raises: [], tags: [].}
-
The zero-based number of the field that was changed.
method getValue(self: wIpEvent): int {...}{.inline, raises: [], tags: [].}
-
Gets the new value of the field.
method setValue(self: wIpEvent; value: int) {...}{.inline, raises: [], tags: [].}
-
Sets the new value of the field.