wIpEvent

This event is generated by wIpCtrl. The field value can be modified by setValue() in the event handler.

Superclass:wCommandEvent
Seealso:wIpCtrl
Events:
wIpEventDescription
wEvent_IpChangedWhen the user changes a field or moves from one field to another.

Consts

wEvent_IpChanged = 32787'i32

Methods

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.