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).
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
LatestDateCovered (Property)
The LatestDateCovered property is used to get the date of the last selected record. This property can be used on: a sfSeekUpdatedResult variable. a sfSeekDeletedResult variable]....
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
<Menu>.AddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
<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 create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
ContinentGet (Function)
Returns the Continent variable that corresponds to one of the following values: a continent constant (2-character continent code), a continent caption....
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
Character string: How to extract, remove and replace words?
This page presents the main operations that can be performed on a character string....
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Creating help pages
A help system includes several pages......
Hash functions
Hashing is used to summarize a file or a character string......
Link properties
When creating a link, you can simply specify the destination......
The Looper control: Custom synchronization
How to manage the synchronization between: the page displayed in the browser. This page contains a Looper control that displays the records found in an HFSQL file. the corresponding page context found on the server....
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
Handling a control through programming in a report
All report controls can be handled through programming......
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....