ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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...
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.
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.).
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.
<GuidedTour>ChangeStep (Function)
Modifies the current step of the guided tour.
InGuidedTourMode( Function)
Indicates whether a guided tour is running.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
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.
Cardinalities
The cardinalities are used to count the links between the files......
Error 102: The constants can be defined in the initialization code of project, ...
TourGuideStart (Function)
Starts the guided tour and displays the first stage.
<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......
Hourglass (External language)
Displays a mouse pointer shaped like an hourglass.
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......
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
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)....