ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.ReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
HReadSeekLast (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).
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
<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).
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
Creating a delete query
A delete query (corresponding SQL statement......
NotifModify (Function)
Modifies a notification currently displayed in the system bar of the device.
NotifDelete (Function)
Deletes a notification displayed in the system bar of the device.
14. PHP generation in practice
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Creating help pages
A help system includes several pages......
Installer skin template
The setup program creation wizard lets you customize the setup program windows......
Using WDDIXIO
To translate the text used in your project:...
grDonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
EmulatePane (Function)
Emulates the selection of a pane in a Tab, Ribbon or Sidebar control.
TabStatus (Function)
Returns the status of a dynamic tab pane (identified by its alias).
gpwNone (Function)
Returns the value of the word "NONE" according to the framework being used.
<Multiline Zone>.AddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
<Multiline Zone>.InsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
<Tab>.Status (Function)
Returns the status of a dynamic tab pane (identified by its alias).
<Chart>.DonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......