ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
grSunburstPullOut (Function)
Pulls out a section (or all the sections) in a Sunburst chart.
fSeek (Example)
Usage example of the fSeek function
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
HTMLToText (Function)
Converts an HTML string or buffer to text.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
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....
Fax constants
List of constants used by the functions for managing faxes....
ExceptionInfo (Function)
Retrieves information about the current exception.
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....
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....
Image (Type of variable)
The Image type is used to define the advanced characteristics of an image.
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....
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Supercontrol
A supercontrol is an advanced type of control......
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
Error 26: No END statement is associated with this THEN
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).