ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
How to loop through a file using filters?
SourceToPage (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....
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
MaxHeight (Property)
The MaxHeight property is used to get and change the maximum height of a control or window.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
User Control Center: Management of network applications
For each network application listed in the User Control Center, the "Management of network applications" section is used to......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode.
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Project description: Options tab
The project description window allows you to configure various elements of your project......
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
The SilverLight control
The SilverLight control is used to display a SilverLight 2 animation in a WEBDEV page......
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
UnloadProcedure (Function)
UnloadProcedure is kept for backward compatibility.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......