ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Map>.DeleteShape (Function)
Deletes a shape drawn on the map displayed in an Map control.
SysNotificationRemoveID (Function)
Removes all previously sent interactive notifications that match the specified identifier (ID).
AIDetect (Function)
Detects different elements in an image: object, faces, etc, ... This detection is achieved through artificial intelligence (AI).
sysNotificationButton (Type of variable)
The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification.
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
sysNotificationInput (Type of variable)
The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification.
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
TwoFactorAuthenticationGenerateTOTPKey (Function)
Generates a TOTP Key for an application user.
TwoFactorAuthenticationGenerateLink (Function)
Generates a link to register an account in an authentication application. When associated with a Bar Code control, this link will show a QR code that can be scanned in the authentication app installed on the phone.
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
<Map>.AddShape (Function)
Adds a new shape (polygon, line, circle) to the map displayed in a Map control.
SysNotificationClear (Function)
Removes all interactive notifications previously sent by the current application.
<Map>.ChangeStyle (Function)
Changes the style of the map displayed in the Map control.
The HTML Display control
The HTML Display control displays a web page in an application......
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
Setup directory
The setup wizard allows you to configure the setup directory of application....
The planes (in a window or in a report)
The planes are used to group the window controls......
Reports
A report provides a custom view of data......
Print modes of a report
Several print modes are available for a report....
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Handling menu options programmatically
The menu options can be handled......