ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Dictionary properties
The properties of a WDTRAD dictionary are as follows......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
DashAddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Utility components
WINDEV includes several utility components that allow you to handle data directly......
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
FTPDate (Example)
Usage example of the FTPDate function
OutlookStartSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
StatMin (Function)
Calculates the minimum value for a series of values.
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
Document (Type of variable)
The Document type is used to handle a "docx" document.
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.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
Extern (Reserved word)
EXTERN is used to...
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode.