ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
ReplicEdit: Replication editor
ReplicEdit is a tool used to define the characteristics of a replication......
13. Debugger
5. Displaying a WEBDEV Session site
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)....
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.
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.
nWDInitProject: Initialization code of project
Run the initialization code of project......
nWDGetLastError: Error code of last error
Error code of last error......
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....
4. When to use the debugger?
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)....
Error 2: Incomplete line
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
WinEditMode (Property)
The WinEditMode property is used to determine and configure the actions allowed on a window and its controls when the window switches to "UI modification by end user" mode.
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
gBackgroundGradient (Function)
Describes a display color in gradient mode.
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
FullScreenDisable (Function)
Disables the "Full screen" mode of browser.
<Toolbar>.Position (Function)
Indicates the display mode of a Toolbar control.
KioskDisable (Function)
Disables kiosk mode for the current application.
<Source>.CheckStructure (Function)
Defines the mode for comparing data files.
ToolbarPosition (Function)
Indicates the display mode of a Toolbar control.