ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FinFutureVal (Example)
Usage example of the FinFutureVal function
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
zipNbFile (Example)
Usage example of the zipNbFile function
13. External component in practice
External component in practice...
EndProgram (Function)
Ends the execution of the current program.
Width (Property)
The Width property is used to determine and change the width of an element.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
MQTT functions
The following functions are used to manage MQTT clients...
FinCurrentVal (Example)
Usage example of the FinCurrentVal function
StatVarianceP (Function)
Calculates the variance for a full series of values.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
HCheckUnaltered (Function)
Checks that one or all records in an unalterable table have not been modified (e.g. with a hexadecimal editor).
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
docFormatting (Type of variable)
The docFormatting type is used to define the formatting characteristics of an element in a Word Processing document.
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
ChangeSkinTemplate (Function)
Dynamically changes the theme: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
rssEnclosure (Variable type)
The rssEnclosure type is used to define and handle an attachment to a RSS feed entry...
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......