ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
GglConnect (Example)
Usage example of the GglConnect function
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
JSON (Variable type)
The JSON simplifies actions on data in JSON format.
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
HAddGroup (Function)
Adds a group of users.
SQLLast (Function)
Sets the position on the last row of the query result.
WinRateDDW (Function)
Gets and sets the dimming rate for windows that use the DDW (Dim Disabled Windows) feature.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
SpeechSynthesisInitialize (Function)
Initializes the parameters of speech synthesis for the current application.
OpenIDParameters (Variable type)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting accounts......
SQLTransaction (Example)
Usage example of the SQLTransaction function