ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML (Property)
The HTML property is used to: find out whether the current report is printed in HTML mode. manage the HTML type of a Static control found in a report....
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
First project window
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
StatSum (Function)
Calculates the sum for a series of values.
StatVariance (Function)
Calculates the variance for a series of values.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
16. Java applications in practice
Java applications in practice...
CallDLL32 (Function)
Runs a function found in an external DLL.
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
rssEntry (Type of variable)
The rssEntry type is used to handle a RSS stream entry...
Parameters of the procedure used by TreeListItem
Procedure ("Callback") called by TreeListItem for each "child" element found. This procedure can be a local, global or internal procedure.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
Sending elements to Free Technical Support
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
MyWindow (Reserved word)
MyWindow is used to handle the current window...
SOAPRun (Function)
Runs a procedure on a SOAP server.
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
StatAverageDeviation (Function)
Calculates the average deviation of values in relation to their arithmetic mean.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.