ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
The Control Centers
Control Centers provide a global vision of a given area, whether on the development phase, on an operating site, or on application maintenance or improvement......
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
Open document tabs
The document tabs allow you to navigate between the different elements opened in the different editors....
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
fOpenTempFile (Function)
Creates and opens a temporary file.
fTempFile (Function)
Returns the name of a unique temporary file.
Start of Break block (Break header)
The Start of break block is optional......
Testing a Java project and compiling it
When your Java application is developed, you can run the test of the Java project and compile it before creating the archive......
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
12. Universal replication
Body block
The Body block corresponds to the main block of the report......
fListDisk (Function)
Returns the list of disks installed on the computer.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
<Table>.SwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....