ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
Customizing the display of an Organization Chart control
To customize the interface of an Organization Chart control, you must use specific internal windows....
Windows
The windows represent the main interface of a WINDEV application......
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
tapiCompleteTransfer (Function)
Performs a call transfer (with ability to retrieve the call).
4. Conditional statements
WINDEV Tutorial - WLanguage basics Lesson 4 - Conditional statements - 20 min
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
Constants for managing Gantt charts
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
eChangeCurrency (Function)
Converts a currency into another currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
3. UML models in practice
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
LooperSelectMinus (Function)
Deselects a row in a Looper control.
Configuring the Apache server (1.3.x and 2.0.x)
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....