ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Handling menu options programmatically
The menu options can be handled......
HPrevious (Function)
Positions on the previous file record according to a browse item.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Data persistence
The data persistence is used to store the value typed by the user......
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
Dashboard constants
Constants used by the functions for managing Dashboard controls...
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
ToastDisplay (Function)
Displays a "Toast" message.
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
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....
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......