ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Manipulating files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another...
Real-Time Performance Profiler (RTPP)
The Real-Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Generating and receiving a one-time code
In mobile applications, two-factor authentication is a common method used to verify a user's identity......
Error 108: The size of the variable is not allowed
Flips an image contained in a picLayer variable with respect to a vertical axis (symmetry with respect to a vertical axis)....
eYe magnet: contditional formatting of fields
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Running the test of the User Groupware and installing it
The stress tests are used to check......
jsonReader (Variable type)
The type jsonReader type allows linear browsing of a large JSON document with optimal performance and reduced memory usage. Warning This type of variable is only available from version 2025 Update 3....
fResourceDir (Function)
Returns the path of the read-only resources of the application.
DriveMoveDirectory (Function)
Moves a directory and its contents to another directory within a remote drive.
DriveCopyDirectory (Function)
Copies a directory on a remote drive to another directory.
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Password (Property)
The property Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
SysStatusStorageCard (Function)
Returns the availability status of the storage card on the device.
Remote HFSQL administrator: Overview
...The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server......
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
Edit control: buttons integrated into the input field
You can include different buttons in the input area of an Edit control......
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....