ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Root (Function)
Returns the root of a number.
IsEven (Function)
Identifies an even number.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Queue (Type of variable)
A Queue variable is a structured type that groups a set of elements of the same type.
SourceDescription (Property)
The SourceDescription property is used to get the name of the element used as data source of a series.
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Power (Function)
Raise a number to a power.
Factorial (Function)
Returns the factorial of an integer number.
RoundToMultiple (Function)
Returns a numeric value rounded to the nearest multiple of another numeric value.
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
Constants for managing Windows events
The following constants are used to manage Windows events:...
HRefreshView (Function)
Asks to recalculate the content of a materialized view.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
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......
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).
<Connection variable>.RefreshView (Function)
Asks to recalculate the content of a materialized view.
Height (Property)
The Height property is used to get and change 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....
Materialized view
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....
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......