ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
4. WINDEV and telephony
WINDEV allows you to easily manage incoming and outgoing phone calls via the WLanguage phone functions....
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
HClusterDeleteNode (Function)
Disables a node in a HFSQL cluster.
<TreeView>.Expand (Function)
Expands a node in a TreeView control.
BCToImage (Function)
Generates the image of a bar code.
nWDGetLastError: Error code of last error
Error code of last error......
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
nWDInitProject: Initialization code of project
Run the initialization code of project......
TreeExpand (Function)
Expands a node in a TreeView control.
WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
Body block
The Body block corresponds to the main block of the report......
WDDIXIO
WDDIXIO is a tool that helps you translate the text of an application......
InServiceMode (Function)
Indicates whether the code is run in a service.
The "Code hashtags" pane
Appendix 5: Configuring the server
Bloque entièrement ou partiellement un fichier externe....
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
WINDEV Mobile concepts