ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinOutYPos (Function)
Returns the vertical position of the upper-left corner of a window in relation to the upper-left corner of the screen.
WinOutXPos (Function)
Returns the horizontal position of the upper-left corner of a window in relation to the upper-left corner of the screen.
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
Report viewer: "Find" tab
A search feature is automatically available when previewing a report......
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
<Image variable>.DominantImageColor (Function)
Returns the dominant color (i.e. most frequent color) of an image found in an Image variable.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
<Page>.ToSource (Function)
Automatically initializes: 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....
Flexbox example: ratios to distribute available space among controls
In a flexbox container, you can define ratios for the different controls so that they take up a given amount of space......
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
Manipulating a Layout control programmatically
A Layout control can be......
tapiCallStart (Function)
Returns the date and time of the beginning of call (incoming or outgoing call).
Defining columns of Table controls programmatically
Flexbox example: automatic control layout
Flexbox controls allow arranging controls exactly as desired when the browser is resized......
Message text file format
The text files created by WDMSG use a specific format......
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......