ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling Gantt Chart controls programmatically
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.).
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.).
<Source>.ToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
UseMode (Property)
The UseMode property is used to determine or change how the PDF Reader control reacts to mouse input. The mouse is used to select text in the document or to move within the document pages.
SourceWindow (Property)
The SourceWindow property is used to get the source of an internal window (i.e. the internal window displayed by the Internal Window control).
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
Managing bar codes
The use of bar codes to identify and manage products has become essential......
ControlOver (Function)
Identifies the control hovered over with the mouse cursor.
GuidedTourStepChange (Function)
Modifies the current step of the guided tour.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
<GuidedTour>ChangeStep (Function)
Modifies the current step of the guided tour.
InGuidedTourMode( Function)
Indicates whether a guided tour is running.
Cardinalities
The cardinalities are used to count the links between the files......
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
Error 102: The constants can be defined in the initialization code of project, ...
TourGuideStart (Function)
Starts the guided tour and displays the first stage.
Hourglass (External language)
Displays a mouse pointer shaped like an hourglass.
<GuidedTour>Start (Function)
Starts the guided tour and displays the first stage.
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
Camera control in a mobile application
The Camera control is used to......
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
HierarchicalDepth (Property)
The HierarchicalDepth property is used to: Find out the depth of a hierarchical control in a report. Modify the depth of a hierarchical control in a report (only if the report uses a data source through programming)....