ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
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.
Types of Edit controls
<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).
<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).
ContinentGet (Function)
Returns the Continent variable that corresponds to one of the following values: a continent constant (2-character continent code), a continent caption....
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
Properties associated with the areas defined in Zoning mode
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Validity period of site pages
When creating a page, a validity period can be defined for this page......
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
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, ......
Hash functions
Hashing is used to summarize a file or a character string......
ERR_CLOSED_PAGE
Error 31: The file to include is not found. Check the name and path ...
Link properties
When creating a link, you can simply specify the destination......
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......
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
7. Layouts using the Flexbox control
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Creating help pages
A help system includes several pages......