<< Click to Display Table of Contents >> RequestControlExit - Python |
![]() ![]() ![]() |
[Interactive Edition and above]
The user wishes to remove the focus from the currently focused Control. In response to this event your application can evalute the value of the Control and decide, whether the current value is valid and the Control may lose the focus or not.
integer RequestControlExit(
Obj as TVPEObject
)
Obj
the object, which fired the event
Remarks:
The event handler should return:
Value |
Description |
0 |
yes, the control may loose the focus |
1 |
no, the control may not loose the focus |