ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
<Source>.NbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
Report viewer: Proposing several reports
In the document preview, end users can......
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
Managing the analysis versions
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the different versions of the analysis from the data model editor......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
FileToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
<Window>.FromFile (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
PageFromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Typing multilingual texts
For a multilingual application, you have the ability to......
ServiceModify (Function)
Modifies the configuration of a service according to the information given in the members of the Service variable.
Value Description (Type of variable)
A Value Description variable is used to handle the description of an enumeration value through programming.
Error 1014: The access to the member of the class is restricted by a private inheritance
Reports
A report provides a custom view of data......
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
Error 1006: The member is not global: use: to access it
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......