ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
The Edit control
The Edit control allows users to enter data......
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
URL Rewriting
URL Rewriting is a technique used to improve SEO......
Properties associated with the attributes of a Looper control
The attributes of a Looper control found in a window or in page can be handled by the WLanguage properties......
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
SourceToScreen (Function)
Automatically updates the controls in a window or page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
MyParent (Reserved word)
MyParent is used to handle...
Logical operators
The logical operators are as follows......
OpenSister (Function)
Opens a non-modal sibling window.
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
ServiceWait (Function)
Pauses the current service during the specified duration.
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
KeyCalcActivationKey (Function)
Calculates the activation key of application from the initial key.
OrganizerZoom (Function)
Returns the time range displayed by an Organizer control.
KeyCompareKey (Function)
Compares an initial key with an activation key.
SpreadsheetRestorePositionAndSelection (Function)
Restores: the scrollbar position in a Spreadsheet control, the current worksheet, the elements selected in the current worksheet of Spreadsheet control. These elements have been saved by SpreadsheetSavePositionAndSelection....
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
Events associated with a Native Container control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Creating the RAD Pattern project
The steps for creating a RAD pattern are as follows:...
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
How to loop through a file using filters?