ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Enumeration (Variable type)
An enumeration is a set of values......
<Connection variable>.RefreshView (Function)
Asks to recalculate the content of a materialized view.
NumToFinancialWritingChinese (Function)
Converts a numeric value (integer, real or currency) to a string in the Chinese financial writing format.
Exp (Function)
Calculates the exponential of a numeric value (reverse of Napierian logarithm).
Height (Property)
The Height property gets and sets the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
DateTime (Variable type)
The DateTime type allows you to manipulate dates and times...
XML: Using files exceeding several gigabytes
Starting with version 23, an XML parser is available to handle XML files that are multiple GB in size......
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
Customizing the WINDEV User Groupware
The User Groupware in automatic mode offers many possibilities......
<Array>.Sum (Function)
Calculates the sum of the array elements.
Materialized view
...A materialized view is a physical data source defined by an SQL query....
Sum (Function)
Calculates the sum of the array elements.
ArcCos (Function)
Returns the arc cosine of a numeric value (integer or real).
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed as parameter.
<Connection variable>.RSExecute (Function)
Immediately execute periodic replication between HFSQL servers: replication is triggered ahead of schedule.
ThreadPause (Function)
Pauses the current thread during the specified duration.