ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SAP variable
The SAP variable is used to configure the parameters of the connection to the SAP server......
Error 122: The name of an Automation object must be a string
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
<DiskFile variable>.ReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
Handling an Internal Page control through programming
The Internal Page control is used to display an existing internal page......
Handling an Internal Window control through programming
The "Internal Window" control is used to display an existing internal window......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
Gesture variable
The Gesture variable is used to retrieve the gesture parameters (swipe)......
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
ShapeExtremityEnd (Property)
The ShapeExtremityEnd property is used to identify and change the type of shape used for the end of a Wire control.
ButtonType (Property)
The ButtonType property is used to get and change the type of a Button control: Cancelation, Interruption, Validation, ...
<TreeView>.TypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.
<TreeView Table>.TypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
TreeTypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
SQL functions: Special case
List of SQL functions: Special case...
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.