ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
18 results for: Input mode
ControlNext (Function)
Returns the name of the next control in input mode.
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
<Command variable>.WriteStandardInput (Function)
Writes data to the standard input of the command executed in console mode.
CmdWriteStandardInput (Function)
Writes data to the standard input of the command executed in console mode.
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
InvalidInputPreventExit (Property)
The InvalidInputPreventExit property is used to determine if it is possible to leave the control in case of invalid input.
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
TimeLine control events
The following events appear by default in the WINDEV code editor...
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
Events associated with Edit controls
WLanguage events associated with Edit controls...
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both in the window editor and programmatically......
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" column and "Editable Combo Box" column in a Table control. Word Processing control. Code Editor control....
Handling TimeLine controls programmatically
A TimeLine control can be......
CurrentWin (Function)
Identifies the window currently in edit.
Manipulating Tab controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a Tab control through programming......
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......