|
|
|
|
|
InvalidInputPreventExit (Property) In french: SaisieInvalideBloquante
The InvalidInputPreventExit property is used to determine if it is possible to leave the control in case of invalid input. IF EDT_Password.InvalidInputPreventExit = True THEN InvalidInputShowTooltip("Invalid input.") END
Syntax
Identifying the invalid input management mode Hide the details
<Result> = <Control used>.InvalidInputPreventExit
<Result>: - True: it is not possible to leave the control if the input is invalid and/or if the control is empty.
- False: it is possible to leave the control in any case.
<Control used>: Control name Name of the control used. This control can be: - an Edit control,
- an editable Combo Box control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|