ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing the remote accesses
The remote accesses are used to create a temporary network connection...
GenerateLorem (Function)
Generates a random "Lorem ipsum" text to temporarily populate a control with text, for example.
AAFs available for numeric edit controls
The numeric edit controls propose several AAFs (Automatic Application Features): a context menu proposing the "Calculator" option. the ability to modify the control value with the mouse wheel....
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
HOnError (Function)
Customizes the management of HFSQL errors.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL table.
HRestorePosition (Function)
Restores the previously saved context of a file (function HSavePosition): record in progress, filter, playback pointers.
Secret string vault
Passwords, private keys and tokens are often used in programming......
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
Thread execution
At runtime, an application runs in a main thread......
Find/Replace in the current project
The "Find/Replace" feature is used to......
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
iPrintReport (External language)
Prints a report created with the report editor.
7. Dynamic site on specific configurations
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
iOS 14 widget windows
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows......
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages......
Filters in table fields linked to a table
To filter the records displayed in a Table control linked to a table, WINDEV, WEBDEV and WINDEV Mobile offer several options......
Type (Property)
The Type property is used to get: the type of element (table or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....