ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
<Source>.ReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
ContinentGet (Function)
Returns the Continent variable that corresponds to one of the following values: a continent constant (2-character continent code), a continent caption....
Flash control properties
The Flash control can be handled by the WLanguage properties in server code and in browser code......
Remote control: Some examples of configuration
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
Events associated with Flash controls
List of events associated with Flash controls...
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
MyLeftSlidingWindow (Reserved word)
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window.
MyRightSlidingWindow (Reserved word)
MyRightSlidingWindow is used to handle the right sliding window associated with the current window.
System functions
List of system functions...
CreateShortcut (Function)
Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory.
Mouse management functions
List of functions for mouse management...
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
Customizing the errors
The WEBDEV administrator (Development version) is used to customize the error messages of a WEBDEV site......
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
12. Retrieving data from a site
Abbreviation (Property)
The Abbreviation property gets the abbreviation of a data file. This abbreviation is defined in the data model editor when defining the data file. This property is read-only.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.