ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
EnumControl (Function)
Returns the name of Nth control found in the specified element.
MenuIsMarked (Example)
Usage example of the MenuIsMarked function
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
Defining a help window template
WINDEV allows you to create help window templates......
OpenSister (Example)
Usage example of the OpenSister function
eChangeCurrency (Function)
Converts a currency into another currency.
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
MemCreate (Function)
Creates a memory area.
dFont (Example)
Usage example of the dFont function
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
Starting WDOptimizer in a command line
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
Materialized view
MatWrite (Function)
Writes an element into a matrix.
Clipboard management functions
List of functions for managing the clipboard...
Spreadsheet report
The report editor allows you to create "Spreadsheet" reports......
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
Error 26: No END statement is associated with this THEN