ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Windows Event functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The following constants are used to manage Windows events:
ConstantDetailsFunction
HandleHScrollbarHandle of the horizontal scrollbar of the control.Handle
HandleVScrollbarHandle of the vertical scrollbar of the control.Handle
HandleNativeControlNative iOS control associated with the specified control: Map control (MKMapView) and HTML control (UIWebView).Handle
HandleComboBoxListHandle of the drop-down list associated with a combo box (the control must be a Combo Box control).Handle
HandleAutocompleteListReturns the handle of the drop-down list associated with a control that has the autocomplete feature.Handle
HandleComboBoxEditHandle of the edit control associated with a combo box (the control must be a Combo Box control).Handle
HandleUIViewControllerReturns the UIViewController (iOS) associated with the specified control.Handle
waitRedrawType of event that can be run during the wait: The windows and the controls can be redrawn.Wait
waitNothingType of event that can be run during the wait: No event can be run.Wait
waitMouseAndKeyboardType of event that can be run during the wait:
  • The windows and the controls can be redrawn.
  • The timers can be run.
  • The mouse actions (click on controls for example) or the keyboard events can be run.
Wait
waitTimerType of event that can be run during the wait:
  • The windows and the controls can be redrawn.
  • The timers can be run.
Wait
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/16/2022

Send a report | Local help