ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
ExtractLine (Function)
Extracts a specific line from a character string.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
LuhnCalculate (Function)
Calculates the next Luhn check digit for a given sequence.
LuhnCheck (Function)
Checks that the given sequence is valid according to the Luhn formula.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
LineToPosition (Function)
Returns the position of the first character of a line in a block of text.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
fSize (Function)
Returns the size of a file (in bytes).
RGB (Function)
Defines a color from its Red, Green and Blue components.
SQLChangeConnection (Function)
Modifies the current connection.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).