ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Android Widget windows
An Android application can contain one or more Widget windows...
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets...
Widget functions
Les bulles d'aide permettent d'aider rapidement l'utilisateur dans vos applications...
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
ErrorBuild (Function)
Displays a custom error message in a system error window.
IWListDelete (Function)
Deletes an internal window found in the list of internal windows browsed by an Internal Window control.
BTLEConnect (Function)
Used to connect to a Bluetooth Low Energy device.
AndroidActivityResultProcedure (Function)
Allows you to specify the procedure to be called to get the result returned by a third-party Activity.
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Handling a control through programming in a report
All report controls can be handled through programming......
grColor (Function)
Returns and initializes the color of different chart elements.
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Browser constants
Address (Type of variable)
The Address type is used to manipulate the address of a place or person.
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
notificationFormat (Type of variable)
The notificationFormat type is used to describe the display format of a notification when this one is expanded.
Composite chart
A composite chart is a chart that displays several types of charts......
mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
Manipulating a Layout control programmatically
A Layout control can be......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
PageNumber (Property)
The PageNumber property is used to: get and change the number of the page displayed in an Image control ("multi-page" image files) get and change the page number of a PDF file displayed in an image control of a window get and change the page number of a PDF file displayed in the background of a report....
Kanban control properties
In a window or page, you can use WLanguage properties to handle......
Calendar control properties
Several WLanguage properties can be used on the Calendar control found in a window or in a page......
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
OpenChild (Function)
Opens a non-modal child window.