ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Max (Function)
Returns the greatest value passed as parameter.
ArcCos (Function)
Returns the arc cosine of a numeric value (integer or real).
ArcSin (Function)
Returns the arc sine of a numeric value (integer or real).
Exp (Function)
Calculates the exponential of a numeric value (reverse of Napierian logarithm).
AssistedInputDeleteAll (Function)
Clears the list of values proposed for the assisted input of an edit control.
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
Log (Function)
Calculates the decimal logarithm of a numeric value.
Automatic management of exceptions
The management of exceptions can be customized by process......
Modulo (Reserved word)
Returns the remainder of a division.
IsOdd (Function)
Identifies an odd number.
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
MenuDelete (Function)
Deletes a menu or a menu option.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
IsEven (Function)
Identifies an even number.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
MyParent (Reserved word)
MyParent is used to handle...
DashDelete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.
11. User Macro-Code: UMC in practice
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
ControlNext (Function)
Returns the name of the next control in input mode.
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
WDInst: advanced options for the network setup
The advanced options of the network setup are used to......
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).