ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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)....
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....
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 Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
Manipulating Toolbar controls programmatically
WINDEV allows you to programmatically manipulate Toolbar controls......
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
InServiceMode (Function)
Indicates whether the code is run in a service.
TwoFactorAuthenticationCheckCode (Function)
Verifies the code given by an authentication application.
Environment of code editor
InPHPMode (Function)
Indicates whether the code is run in PHP.
InJavaMode (Function)
Indicates whether the code is run in Java.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
CodeEditorDeleteAll (Function)
Deletes the contents of the Code Editor control.
CodeEditorInsert (Function)
Inserts a string in the Code Editor control.
Error 2: Incomplete line