ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
iPhone window: window creation wizard
The wizard for window creation allows you to easily create a window containing all main elements of a window for an iPhone application......
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
Creating an RSS stream
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
MemoryCurrency (Property)
The MemoryCurrency property is used to get and change the currency used when manipulating a "Currency + Euro" control programmatically.
eRoundDifference (Function)
Returns the rounding difference between: the value displayed in a "Currency + Euro" control, the associated control used for dual display....
grPointSize (Function)
Configures the size of a specific point in a Line or Scatter chart.
<Chart>.PointSize (Function)
Configures the size of a specific point in a Line or Scatter chart.
SizeUnit (Property)
The SizeUnit property gets and sets the font size unit.
<Variable gglDrive>DeleteFile (Function)
Removes a Google Suite file inside a Google Drive.
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
Describing an element
A flexible modeling includes different elements linked together......
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
MoveColumn (Function)
Moves or swaps a column in a two-dimensional array property contained in an advanced type (xlsDocument, etc.).
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
<Table>.SelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
<Chart>.PieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred variable returns to False....
CountryGet (Function)
Returns the Country variable corresponding to an ISO code or to the country caption according to ISO 3166-1.
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu or drop-down menu).
iAreaHeight (Function)
Calculates the height of a fixed-width area required to print the entire text that uses the current font.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
The Context Menu control (WEBDEV)
Context menus are often used in websites......