ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HFSQL constants
List of constants used by the HFSQL functions....
MatCreate (Function)
Creates a matrix containing 0 row and 0 column.
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
zipPassword (Function)
Defines the password used to add files to the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
StatCovariance (Function)
Calculates the covariance between two series of values.
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
iPrintBlock (Function)
Forces a report block to print.
2. Development
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
DateToDay (Function)
Returns the day that corresponds to a given date.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
InitRandom (Function)
Initializes the generator of random numbers.
GetIdentifier (Function)
Calculates a unique identifier (integer) for an executable or for a session.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
MatExist (Function)
Checks the whether the matrix exists in memory.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
Constants for managing the Enumerations and the Combinations
Statistical constants
List of constants used by the statistical functions....
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...