ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
SysChangeEnvironment (Function)
Modifies the environment variables of the operating system found on the current computer.
AssistedInputOpen (Function)
Opens the list of values proposed by the assisted input for an edit control.
AssistedInputClose (Function)
Closes the list of values proposed by the assisted input for an edit control.
InWidgetMode (Function)
Indicates whether the code is run in Android widget mode.
ArrayCopy (Function)
Copies the content of an array to another array.
MatInvert (Function)
Calculates the inverse of a square matrix.
Decode (Function)
Decodes a character string that was encoded by Encode.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
Runtime error functions
List of functions for managing runtime errors...
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
ArrayDistinct (Function)
Returns an array without duplicates.
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
iListPrinter (Function)
Returns the list of printers installed on the current computer.
RegexSearch (Function)
Searches for all the parts of a string that match a specific format.
URL (Property)
The URL property is used to get and change a URL.
NumberInWords (Function)
Converts a number to words.
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor): in a Word Processing control. Remark: This selection is in the section being edited in the control (body, header or footer). in a Spreadsheet control. in an HTML Editor control. in a Diagram Editor control....