ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<Source>.FromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
Right (Function)
Extracts the last characters from a string or string buffer.
StringBuild (Function)
Builds a character string from an initial string and parameters.
AnimationPlay (Function)
Plays an animation when a control, a group of controls or a window is modified.
<String type>.AnsiToUnicode (Function)
Converts an ANSI string (Windows) to a UNICODE string.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control......
Interface checker
The advanced interface checker is a tool used to harmonize the positioning of controls in the different application windows......
Properties linked to the Euro management
List of properties linked to the Euro management...
StringInsert (Function)
Inserts a string into another character string at a given position.
<String type>.Insert (Function)
Inserts a string into another character string at a given position.
<ANSI string>.AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
Position (Function)
Finds the position of a specified string within another string.
<Chaîne OEM>.OemVersAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.