ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......
7. Available controls in a window
WINDEV Mobile includes several types of controls...
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
Creating the Form pages of a WEBDEV RAD pattern
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
Database of the Control Centers
The database of Control Centers groups various information shared by the different modules found in WINDEV, WEBDEV and WINDEV Mobile......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
fShortName (Example)
Usage example of the fShortName function
Specific features of the applications for iPhone/iPad
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
8. Windows in practice
Discover the main actions that can be performed on the windows....
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
CtUserName (Property)
The CtUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.