ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysThumbnailDeleteButton (Function)
Deletes one of the buttons found in the thumbnail of the application from the taskbar.
SysIconDeleteImage (Function)
Deletes the icon that overlays the application icon in the taskbar.
SysThumbnailDeleteAll (Function)
Deletes all the buttons associated with the thumbnail of the application from the taskbar.
ProgressBarSystem (Property)
The ProgressBarSystem property gets and sets the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
Alias (Property)
The Alias property gets the alias of an element.
SIPVisible (Function)
Displays the keyboard.
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
.NET object
To access a class......
WDSQL: Database structure
WDSQL is used to find out the structure of the accessed database......
Changing sites from AWP to SEO-ready session mode
Monitoring robot: Creating a check
The monitor of the monitoring robot is used to create the different checks that must be performed by the monitoring robot......
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
16. Types of code
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
26. Style sheets: to simplify the layout