ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
grCategoryColor (Function)
Initializes the category color for a chart whose type is: Pie, Column, Bubble chart, Waterfall....
BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
SysScreenOrientation (Function)
Allows you to: get the screen orientation of the device (Android, iOS or Universal Windows phone). set the screen orientation of the device (Android phone)....
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
MmoEncryption (Property)
The MmoEncryption property is used to set the encryption method of the memo file (.MMO) associated with the data file.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
Constants for managing the Windows scheduler
List of constants used by the functions for managing the Windows scheduler....
XMLModify (Function)
Modifies the content of the current element found in the XML document.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
gLinkActivate (Function)
Allows (or not) retrieving the value defined by gLink in a List Box or a Combo Box control. Function kept for compatibility. It is recommended to use gStoredValueEnable....
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
AssistedInputConfigure (Function)
Used to configure the filter and the opening of assisted input.
fSplit (Function)
Splits a file into several files.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
Assignment of RETURN
The return value of the process currently run can be assigned...
SensorEnd (Function)
Indicates the end of the use of the sensor functions.
HListKey (Function)
Returns the list of keys found in a file (query or view) recognized by the HFSQL engine.
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
MatTranspose (Function)
Calculates the transposed matrix.