|
|
|
|
|
|
|
|
|
|
|
|
| Category: Windows Event functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The following constants are used to manage Windows events: |
|
|
|
|
|
|
|
| Cancels the interception of a Windows event on a WINDEV field or window (set up using the Event function). |
|
|
|
|
|
|
|
| Ends the execution of a timer triggered by Timer. |
|
|
|
|
|
|
|
| Ends the execution of a timer triggered by TimerSys. |
|
|
|
|
|
|
|
| Usage example of the Event function |
|
|
|
|
|
|
|
| Intercepts a Windows event on a control, a group of controls or a WINDEV window. |
|
|
|
|
|
|
|
| Indicates whether a specific procedure is run when a Windows event is sent to a control or window. |
|
|
|
|
|
|
|
| Returns the system "Handle" (HWND) of a WINDEV control or window. |
|
|
|
|
|
|
|
| Forces the parent of the next window to open. |
|
|
|
|
|
|
|
MultiTask is used to: - define a timeout,
- give control back to Windows,
- give control back to Windows and to WLanguage.
|
|
|
|
|
|
|
|
| Sends a Windows message to a control or to a window. |
|
|
|
|
|
|
|
| Sends a Windows message to a control or to a window. |
|
|
|
|
|
|
|
| Periodically and automatically calls a WLanguage procedure. |
|
|
|
|
|
|
|
| Periodically and automatically calls a WLanguage procedure. |
|
|
|
|
|
|
|
| Temporarily stops the program execution. |
|
|
|
|
|
|
|
| List of functions for managing Windows events |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|