ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
HDuplicateRecord (Function)
Duplicates the record read in a table: the record found in memory is added into the table (query or view).
grDestinationControl (Function)
Defines an Image control as destination of a chart.
DashDisplay (Function)
Refreshes elements in a Dashboard control.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
ProjectInfo (Function)
Returns specific information about the project currently run.
HAdd (Function)
Adds: the record found in memory into the table (query or view). the record found in a Record variable into the table (query or view)....
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
fExeDir (Function)
Returns the directory from which the execution is started.
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.