ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CertificateSignFile (Function)
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
How to create an SQL query to get a TOP 10?
This help page presents the method for creating an SQL query used to get the first 10 records......
Error 1007: The member is global: use the: operator: to access it
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
How to fill a TreeView control?
This help page explains how to fill a TreeView control....
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed.
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
TextColor (Property)
The TextColor property is used to set the text color of an element.
UploadProgress (Property)
The UploadProgress property gets the progress status of the POST request.
FontBold (Property)
The FontBold property is used to manage bold style in a text.
FontItalic (Property)
The FontItalic property is used to manage italic style in a text.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
grDonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
Creating an insert query
An insert query (corresponding SQL statement......
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
Context menu of TimeLine controls
By default, TimeLine controls contain a context menu....
CaptionIfNew (Property)
The CaptionIfNew property is used to get and change the caption of a pane opened by the end user in a dynamic Tab control.
Select query description window: Use
Let's see some operations specific to the description window of a select query......
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
7. Multilingual applications in practice
<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.