ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TypeVar (Function)
Identifies the type of an expression, a variable (during a call to a procedure for example) or a control.
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Configuring the Apache server (1.3.x and 2.0.x)
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
SOAPRun (Function)
Runs a procedure on a SOAP server.
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
HTTPDestination (Function)
Indicates the backup file for the result of next HTTP request, run in the same thread.
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
Constants for managing Windows events
The following constants are used to manage Windows events:...
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
ParallelTask (Type of variable)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
UPNPExecuteAction (Function)
Runs an action on the UPnP service.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Time (Type of variable)
The Time type is used to easily handle the times...
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
EditAddToken (Function)
Adds a token to a "Text token" Edit control.
HDropView (Function)
Removes a materialized view from the HFSQL server.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
Date (Type of variable)
The Date type enables you to easily handle the dates...
HsMenu,Mark (External language)
Finds out whether a menu option is marked or not.