AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones de eventos de Windows
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
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 16/09/2022

Señalar un error o enviar una sugerencia | Ayuda local