ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
dbgEnableLog (Function)
Enables the runtime log programmatically.
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
AdditionCompleted (Property)
The AdditionCompleted property determines if an element was added to a queue, list or stack, or if the operation is in progress.
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.
IntegerPart (Function)
Returns the integer part of a number.
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
XMLFound (Function)
Checks whether the current element corresponds to the current browse or to the current search.
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
"?" menu
WINDEV proposes a help menu adapted to your applications......
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
docFormatMulticolumn (Type of variable)
The docFormatMulticolumn type is used to define all the advanced characteristics of a multicolumn section defined in a docSection variable.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
Dynamic array (Variable type)
A dynamic array is an "advanced" type of array...