|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard... |
|
|
|
|
|
|
|
| The Edit control allows users to enter data... |
|
|
|
|
|
|
|
| Gets or sets the language associated with the keyboard. |
|
|
|
|
|
|
|
| Simulates the keystrokes and the mouse actions. |
|
|
|
|
|
|
|
| The main keyboard shortcuts in the editors are as follows...... |
|
|
|
|
|
|
|
| directly via keyboard shortcuts...... |
|
|
|
|
|
|
|
| ... or combination of keys ("keyboard shortcut"), etc.... |
|
|
|
|
|
|
|
| In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut... |
|
|
|
|
|
|
|
| Several toolbars are displayed in the report editor...... |
|
|
|
|
|
|
|
| The ShortcutKey property gets and sets the keyboard shortcut associated with a control. |
|
|
|
|
|
|
|
| One or more controls can be selected in a window, in a page or in a report via the keyboard... |
|
|
|
|
|
|
|
| ... by the user (keyboard or mouse input). |
|
|
|
|
|
|
|
| In WINDEV, you can add optional events in the code of the different elements of an application...... |
|
|
|
|
|
|
|
| WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|