ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL data file, view or query.
Operations in a Select query : add and delete
The following paragraphs present......
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
Table,Add (External language)
Adds an element to a Table control.
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
Mathematical SQL functions
The mathematical SQL functions that can be used on the queries written in SQL code are as follows......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
xlsRecalculateAll (Function)
Recalculates all formulas in an Excel (XLSX) document.
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
Pivot Table control properties
A Pivot Table control can be handled in a window by the following WLanguage properties......
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.