ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
IntegerPart (Property)
The IntegerPart property is used to configure Numeric items.
DecimalPart (Property)
The DecimalPart property is used to configure Numeric items.
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
DeletionRule (Property)
The DeletionRule property is used to configure the deletion rule (integrity management) to be applied to the data file described through programming.
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
FinPaymentNb (Function)
Returns the number of payments required to pay off a capital according to a given rate.
MatCreate (Function)
Creates a matrix containing 0 row and 0 column.
HStatNbRec (Function)
Returns the number of entries for a given key item.
HChangeKey (Function)
Changes the browse item.
ExecutionCompleted (Property)
The ExecutionCompleted property is used to determine whether the execution of a query or view (HFSQL Classic or Client/Server) is completed....
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
DashLoadConfiguration (Function)
Restores the configuration of a Dashboard control.
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
FTPConfigure (Function)
Modifies the behavior of standard FTP functions.
FinLinearRedemption (Function)
Calculates the value of linear amortization of a product over a specific period of time.
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....