ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gglDocument (Type of variable)
The gglDocument type is used to handle a Google document...
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
SMSRunApp (Function)
Starts the native application for sending SMSs found on the device (Android or iPhone/iPad)....
Organization Chart: Displaying a manufacturing process
An Organization Chart control can be used to display a diagram. It can be used, for example, to display the different steps of a process.
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
SQLNext (Function)
Positions on the next row of the query result.
SQLPrevious (Function)
Positions on the previous row of the query result.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
PDFToText (Function)
Extract the text contained in an Document PDF.
HDescribeFile (Function)
Describes a data file programmatically.
How to open a page?
VideoParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
gglContact (Type of variable)
The gglContact type is used to describe and modify a contact used by the Google Contacts service...
btleService (Type of variable)
The btleService type is used to handle a Bluetooth Low Energy service ("Bluetooth GATT Service").
OpenAI: How to find the OpenAI key
Several features of WINDEV, WEBDEV and WINDEV Mobile use an OpenAI account ......
Constants for managing the applications with "Live update"
List of constants used by functions for managing applications with "Live update"....
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
Constants for the geo-localization functions
Constants used by the geo-localization functions...
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Operations performed on use case diagrams
The following paragraphs explain......
Operations performed on deployment diagrams
The following paragraphs explain......
Composite variable
A composite variable contains different types of elements (members)...
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......