ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
apLog (Function)
Saves an information in a "log" file during the execution of an action plan.
HListFile (Function)
Returns the list of files: current database schema. database schemas in progress (projects with multiple database schemas). a specific database schema recognized by the HFSQL engine. available on a connection via a Native Connector or an OLE DB driver. for a group of files defined in the data model editor....
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
SCM: Creating a repository
To share a project via the Source Code Manager, a repository must be created......
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
HTransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.
HDelete (Function)
Deletes a record from a table (query or view).
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
Error 31: The file to include is not found. Check the name and path ...
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
NbCopy (Property)
The NbCopy property is used to determine and change the number of report copies to print.
HReadFirst (Function)
Positions on the first file record according to a browse item.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
Setup in MSI format
You have the ability to create a setup program in MSI standard......
Welcome to Reports & Queries
Reports & Queries is used to......
Automatic error handling
Error handling can be customized for each process......
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.