ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
edtHTMLSelection (Type of variable)
The edtHTMLSelection type is used to identify all the advanced characteristics of a selection in an HTML Editor control
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
iCloseReport (Function)
Stops printing the current report immediately.
TableInputInProgress (Function)
Indicates whether a Table or TreeView Table control is currently in edit.
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
ExceptionInfo (Function)
Retrieves information about the current exception.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
EXE constants
List of constants used by the functions for managing executables....
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.
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.