ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Specific features of the Express version
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
5. Site test in practice
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
Declaring and using a variable
A variable is defined by name and type......
Handling Gantt Chart controls programmatically
Component diagram
A component diagram shows the physical and static architecture of a system software......
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
Various WEBDEV constants
Various WEBDEV constants...
9. Generation modes
WINDEV Mobile includes different types of generation......
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
Environment of the project editor
The main elements of the project editor are as follows:
Compatibility between external components and deployed applications
A component can evolve in many ways......
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
12. Available tests
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).