ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
List,Delete (External language)
Deletes an element from a drop-down list or from an expanded list.
Table,Search (External language)
Searches for a value in a Table control populated programmatically.
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
Table,Position (External language)
Sets the position on a given element or returns the element on the fist row of a Table control populated programmatically.
Table,Get (External language)
Retrieves the value of a given element or the value of the selected element in a table.
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
Table,Select,+ (External language)
Selects an element in a Table control.
Table,Delete (External language)
Deletes an element from a Table control.
Windows,TCurrent (External language)
Modifies the title of the current window.
Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.
Windows,TNext (External language)
Modifies the title of the next window (or dialog box) displayed.
List,Select,? (External language)
Returns the element selected in the list.
Report viewer: "Export" tab
The "Export" pane in the report viewer allows you to perform the following operations......
1. WLanguage
WEBDEV Tutorial - WLanguage basics Lesson 1 - WLanguage - 5 min
List of reserved words
NullIfEmpty (Property)
The NullIfEmpty property is used to: Find out whether the value returned by the control is NULL if its content is empty. Configure the value returned by the control if its content is empty....
ProgressBar (Property)
WLanguage proposes...
ModificationRule (Property)
The ModificationRule property is used to configure the modification rule (integrity management) to be applied to the data file described in the code.
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.
The UML model
The main objective of a development team is to create optimized applications, capable of satisfying the ever-changing needs of their users......
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user) and HFSQL Client/Server applications, the transaction mechanism in HFSQL Client/Server mode is similar to the one in HFSQL Classic mode......