ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
7. Window templates
...Window templates...
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
Automatic server update
The HFSQL Control Center is used to implement the automatic server update......
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Calling a procedure/a function
Syntax for calling a local or global procedure.
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage......
Installing a WEBDEV site with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users......
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...