ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Debugging functions
List of debugging functions...
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
InitWindow (Function)
Initializes (or not) the controls to zero and runs the initialization processes of the controls and the window.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
ControlFirst (Function)
Indicates the name of the first field specified in the tab order for the specified window.
EnumElement (Function)
Used to enumerate the project elements: windows, pages, reports, queries, ...
ThreadPriority (Function)
Returns or modifies the priority level of a thread.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
DomoClose (Function)
Closes the communication opened by DomoOpen.
HFreePosition (Function)
Deletes a position saved by HSavePosition.
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
<Diagram editor>.SelectPlus (Function)
Selects a shape in a Diagram Editor control.
<Diagram editor>.Save (Function)
Saves a diagram as a "diag" file.
<Diagram editor>.SelectMinus (Function)
Deselects a shape in a Diagram Editor control.
iOSApplicationOpenURLProcedure (Function)
Allows you to specify the procedure to be called when the application needs to open a resource identified by a URL.
<Chart>.SeriesType (Function)
Defines the type of series used in a composite chart (chart containing several types of charts).
<Source>.FromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<gglConnection variable>.GetDocument (Function)
Downloads a document from Google Docs.
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
hdfsConnection (Type of variable)
The hdfsConnection type is used to define the advanced characteristics of a connection to the Hadoop file system (HDFS).
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).