ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
"Syntax help" pane
The "Syntax help" pane displays a short help text for the function being entered......
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
<zipArchive variable>.FileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
The "Context-sensitive code view" pane
The "Context-sensitive code view" pane allows you to view and edit the code of the element (window, page, report, control, etc....
Progress Bar control properties
List of properties associated with the Progress Bar control...
UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
HVersion (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....
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......
<Source>.FTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
<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....
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)...
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......
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
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
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....
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....