ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes...
3. UML models in practice
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic...
Set of procedures
The global procedures are grouped in set of procedures......
Local procedure
Two types of procedures are available......
ScanList (Function)
Lists the scanners connected to the current computer.
ScanGet (Function)
Retrieves the characteristics of a scanner in a variable of type Scanner.
HTMLSave (Function)
Saves the content of an htmlDocument variable to an HTML file.
TwainSelectSource (Function)
Displays a standard dialog box used to list the different Twain devices available on the current...
TwainCurrentSource (Function)
Allows you to find out and change the Twain device used by default.
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic...
DocEndModification (Function)
Signals the end of grouping for a set of operations in a single event (management of "undo/redo")....
Limitations of WINDEV, WEBDEV and WINDEV Mobile
Handling Spreadsheet controls programmatically (in a report)
<gglConnection variable>.Write (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
<gglConnection variable>.Request (Function)
Sends a communication request (HTTP request) to a Google service.
NotesListView (Function)
Returns the list of views found in the current Lotus Notes database.
<gglConnection variable>.Delete (Function)
Deletes data from the Google server.
<Word Processing>.Open (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked...
<Word Processing>.ToImage (Function)
Exports a page from a Word Processing control in image format.
ScanSelect (Function)
Opens a standard dialog box with the available scanners.
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...