ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
grSunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
fSeek (Example)
Usage example of the fSeek function
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HTMLToText (Function)
Converts an HTML string or buffer to text.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Fax constants
List of constants used by the functions for managing faxes....
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
Supercontrol
A supercontrol is an advanced type of control......
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
Error 26: No END statement is associated with this THEN