ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
<Source>.ToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:...
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of the HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
SNMP constants
List of constants used by the SNMP functions....
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
RGB (Function)
Defines a color from its Red, Green and Blue components.
FullScreenDisable (Function)
Disables the "Full screen" mode of browser.
SysNameExe (Function)
Returns the name and full path of an application.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
WinOutWidth (Function)
Returns the full width of a window (including the border).
Hint (Property)
The Hint property gets and sets the hint text displayed when the Edit control is empty.
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....