ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
Open (Function)
Opens a modal WINDEV window.
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
Bitwise operators
The operations on binary values are performed......
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
The Slider control (in a window)
A slider control is used to select a value between two bounds......
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
Utility components
WINDEV includes several utility components that allow you to handle data directly......
ComponentInfo (Function)
Returns information about a component.
Drawer control properties
List of properties associated with the Drawer control...
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
zipFilter (Function)
Returns the list of archive formats supported by the current platform, in the format expected by the filter of fSelect.
How to open a page?
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
Description window of query (insert, update or delete) or description window of a query in SQL code
The description window of a query (insert, update or delete) or the description window of a query in SQL code is used to......
DisplayAsMarkdown (Property)
The DisplayAsMarkdown property indicates whether or not an Edit control displays its content in Markdown format.