ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
Contains (Function)
Allows you to check if a substring is within a string.
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
DDEWarmLink (Function)
Creates a warm link with a data.
SemaphoreCreate (Function)
Creates a semaphore.
Creating the windows and the pages of the RAD pattern
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
Associative array (Variable type)
An associative array is an "advanced" type of array...
Check: Connectivity to the external databases (by ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ......
DDELink (Function)
Creates a hot link with a data.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
Open (External language)
Opens a window.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.