ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TreeView constants
List of constants used by the TreeXXX functions...
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.
TreeExpand (Function)
Expands a node in a TreeView control.
Height (Property)
The Height property is used to get and change the height of an element.
iPrintReport (External language)
Prints a report created with the report editor.
ErrorBuild (Function)
Displays a custom error message in a system error window.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
fCreate (Example)
Usage example of the fCreate function
EnumSubElement (Example)
Usage example of the EnumSubElement function
SQLExec (Example)
Usage example of the SQLExec function
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
fClose (Example)
Usage example of the fClose function
Printing the content of a pivot table (AAF)
Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
DotNetRunXML (Function)
Runs a procedure on a server for .Net XML Web services.
AJAXExecute (Example)
Usage example of the AJAXExecute function
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
Library,Disk (External language)
Opens the project library that is stored on disk.
Publishing the replication from ReplicEdit
A replication description created with ReplicEdit can be published from this tool on a replication server......
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
fListDirectory (Example)
Usage example of the fListDirectory function
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...