ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLToText (Function)
Converts an HTML string or buffer to text.
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.
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.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
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.
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......