ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

GetActiveObject (Example)
Usage example of the GetActiveObject function
BurnerAddDirectory (Example)
Usage example of the BurnerAddDirectory function
SQL Server Native Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model database schema......
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer an optional Native Connector to Progress ......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
GglRequest (Example)
Usage example of the GglRequest function
gLink (Function)
Adds an "invisible" value to an element of a List or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
Telephony: Managing incoming calls
The management of the incoming calls is performed in a specific "thread"....
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
Multiline (Property)
The Multiline property determines if an element supports multiline text.
SaaSConnectedUser (Function)
Returns the user currently connected via SaaSConnect.
OrgElement (Variable type)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
HTMLEditorToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
Flexbox control properties
WLanguage properties can be used to manipulate ......
HCloseConnection (Example)
Usage example of the HCloseConenction function
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
HReadSeek (Example)
Usage example of the HReadSeek function
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
NumHelp (Function)
Returns the number of the help context associated with the specified control.
NetClientSendMessage (Example)
Usage example of the NetClientSendMessage function
iEllipse (Function)
Prints an ellipse (in a rectangle).
String of (Variable type)
The String of type is used to manipulate fixed-length strings. These strings have a null character at the end, denoted by a zero (as in the C programming language).