|
|
|
|
|
Constants for managing Windows events
The following constants are used to manage Windows events: | | | Constant | Details | Function |
---|
HandleHScrollbar | Handle of the horizontal scrollbar of the control. | Handle | HandleVScrollbar | Handle of the vertical scrollbar of the control. | Handle | HandleNativeControl | Native iOS control associated with the specified control: Map control (MKMapView) and HTML control (UIWebView). | Handle | HandleComboBoxList | Handle of the drop-down list associated with a combo box (the control must be a Combo Box control). | Handle | HandleAutocompleteList | Returns the handle of the drop-down list associated with a control that has the autocomplete feature. | Handle | HandleComboBoxEdit | Handle of the edit control associated with a combo box (the control must be a Combo Box control). | Handle | HandleUIViewController | Returns the UIViewController (iOS) associated with the specified control. | Handle | waitRedraw | Type of event that can be run during the wait: The windows and the controls can be redrawn. | Wait | waitNothing | Type of event that can be run during the wait: No event can be run. | Wait | waitMouseAndKeyboard | Type 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 | waitTimer | Type of event that can be run during the wait:- The windows and the controls can be redrawn.
- The timers can be run.
| Wait |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|