ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XMLVerifySignature (Function)
Verifies the signature of an XML node.
<TreeView>.Expand (Function)
Expands a node in a TreeView control.
HClusterDeleteNode (Function)
Disables a node in an HFSQL cluster.
AAF: Sort/Search/Filter on the columns of Table controls
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
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.
Specific features of iPhone/iPad applications
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control......
TreeDisplay (Function)
Refreshes the display of a TreeView control from a given position.
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)....
grOverlayChart (Function)
Used to display two different types of charts in the same chart.
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
The Word Processing control
The Word Processing control is an advanced control that allows the end user to create and edit documents in docx format......
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
Animating a Static control
Two methods can be used to animate a Static control......
Associating an image with an element in a TreeView control
Methods for associating an image with an element in a TreeView control....
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
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....