ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<TreeView>.Expand (Function)
Expands a node in a TreeView control.
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.
13. Debugger
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.
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
HClusterDeleteNode (Function)
Disables a node in a HFSQL cluster.
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)....
BCToImage (Function)
Generates the image of a bar code.
nWDInitProject: Initialization code of project
Run the initialization code of project......
TreeExpand (Function)
Expands a node in a TreeView control.
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
WDDIXIO overview
3. UML models in practice
3. UML models in practice
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
WDSQL, SQL querier: Overview
WDSQL is used to......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
The "Code hashtags" pane
7. Creating HFSQL files: files physically created
The data model editor allows you to define the structure of the data files....
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Error 2: Incomplete line
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
1. Examples provided with WINDEV Mobile