ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
FileName (Property)
The FileName property gets the name of a file (WDPic file or file generated for a print job).
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
Native Access to SAP
SAP is a widely used ERP......
hbWriting (Type of variable)
The hbWriting type is used to define the characteristics of a write operation that will be performed in a row (record) of an HBase table.
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
<Source>.RecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL table (Classic or Client/Server)....
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Error 203: The procedure already has a scope attribute (local or global)
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....