|
|
|
|
|
ControlInOutReason (Function) In french: ChampCauseEntréeSortie Indicates the origin of the entry in the control. Caution: This function must only be used in the field entry or exit code.
IF ControlInOutReason() = reasonKeyboard THEN
MySelf = ""
END
Syntax
<Result> = ControlInOutReason()
<Result>: Integer constant Origin of the entry in the control currently in edit: | | reasonClick | Entry in the control via a mouse click. | reasonCode | Entry in the current control via SetFocusAndReturnToUserInput (or equivalent function). | reasonKeyboard | Entry in the control via the TAB key, a keyboard shortcut or by navigating through a Table control with the arrow keys. | reasonOpening | Entry in the current control after window opening. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|