ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

nWDGetLastError: Error code of last error
Error code of last error......
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)....
ReplicEdit: Replication editor
ReplicEdit is a tool used to define the characteristics of a replication......
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.
The "Task list" pane
The "Task list" pane displays the list of tasks that must be performed......
TextProgressBar (Property)
The TextProgressBar property gets and sets the text displayed in a progress bar.
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
HClusterDeleteNode (Function)
Disables a node in a HFSQL cluster.
Message (External language)
Displays a message in the status bar.
<TreeView>.Expand (Function)
Expands a node in a TreeView control.
5. Displaying a WEBDEV Session site
nWDInitProject: Initialization code of project
Run the initialization code of project......
WindowsVersion (Function)
Returns the runtime mode of Windows.
SysErrorMode (Function)
Modifies the display mode of errors.
ThreadMode (Function)
Changes the management mode of threads.
TreeExpand (Function)
Expands a node in a TreeView control.
AllowActionBarHiding (Property)
The AllowActionBarHiding property automatically hides the Action Bar.
The Spin control
A Spin control is used to increase or reduce a value found in a control......
TriState (Property)
The TriState property is used to: Determine if a check box option supports 3 or 2 states. Determine if a TreeView control uses 3-state or 2-state check boxes. Change the type of an option in a check box: option with 3 states or with 2 states....
The "Code hashtags" pane
Specific features of the applications for iPhone/iPad
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
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....