ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
Printing nested reports
To create a main report containing several secondary reports:...
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Progress Bar control properties
List of properties associated with the Progress Bar control...
<Source>.FTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
DocInfoXY (Function)
For a given position in a Word Processing control (coordinates of a control point), returns one of the following: the number of the corresponding page, the corresponding X-position (in mm), the corresponding Y-position (in mm)...
<Source>.Version (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
The test mode cannot operate without the project and its pages, ...
HDescribeFullTextIndex (Function)
Describes a full-text index of data file created through programming.
Error 532: The size of the string to extract must be strictly positive
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Creating a translation file
WDINT allows you to create a translation file....
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
iCloudKeyValueListKey (Function)
Lists the keys contained in an Apple iCloud-based container of "key-value" pairs.
Border of controls
One of the most important elements of control style is its border......
Code editor: Display options
The code editor proposes several display options......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......