ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
Database schema editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
HStatCalculateAsynchronous (Function)
Gets various statistics on the keys of an HFSQL Client/Server table. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
HStatNbRec (Function)
Returns the number of entries for a given key item.
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
Arithmetic operators
The arithmetic operators are......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Statistical constants
List of constants used by the statistical functions....
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
eChangeCurrency (Function)
Converts a currency into another currency.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
docTable (Variable type)
The docTable type is used to define the advanced characteristics of a Table paragraph found in a Word Processing document.
CalculationInProgress (Property)
The CalculationInProgress property allows you to determine whether the data of a Pivot Table control is being calculated (synchronously or asynchronously).