ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

eToCurrency (Function)
Converts a value expressed in Euro into another currency.
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to: Determine which elements of the TreeView table will be printed: the entire hierarchy or only visible elements in the control. Change the hierarchy print mode: the entire hierarchy or only visible elements in the control....
How to use an array of structures?
An array of structures is an Array variable......
CalendarPicker (Function)
Opens a modal dialog with a calendar to enter a date.
<Document variable>.Seek (Function)
Finds a character string in an entire Document variable.
<Source>.StatNbRec (Function)
Returns the number of entries for a given key item.
NationToLanguage (Function)
Returns the language corresponding to a nation.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
HStatNbRec (Function)
Returns the number of entries for a given key item.
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Arithmetic operators
The arithmetic operators are......
ERR_WDADMIN_EXIST
Managing actions with Undo/Redo
WINDEV allows you to easily manage the Undo/Redo feature in your applications with the ActionXXX functions......
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
OrgSaveImage (Function)
Creates an image representing the entire Organization Chart control.
WholeDay
The WholeDay property is used to set an event for an entire day.
fTempDir (Function)
Returns the name of directory used to store the temporary files.
<Organization Chart>.SaveImage (Function)
Creates an image representing the entire Organization Chart control.
DocExitEdit (Function)
Exits from the current edit. The entry in edit was performed by DocGoIntoEdit.
<Word Processing>.Seek (Function)
Finds a character string in an entire Word Processing control.
<Word Processing>.ExitEdit (Function)
Exits from the current edit. The entry in edit was performed by DocGoIntoEdit.
fTempPath (Function)
Returns the name of directory used to store the temporary files.
Creating an application that manages the Euro
The method for creating an application supporting the switch to the Euro is as simple as the method for creating a WINDEV application....
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......