ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
LDAPNbValue (Function)
Returns the number of values for an attribute.
Min (Function)
Returns the lowest value.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
LocalStorageOccurrence (Function)
Returns the number of values for the local storage.
<Certificate variable>.ExtractExtensionValue (Function)
Returns the value of a certificate extension.
<Array>.Min (Function)
Returns the lowest value in the array.
<Array>.Max (Function)
Returns the greatest value in the array.
CertificateExtractExtensionValue (Function)
Returns the value of a certificate extension.
FinCurrentVal (Function)
Returns the current value of investment.
FinFutureVal (Function)
Returns the future value of an investment.
RoundToMultiple (Function)
Returns a numeric value rounded to the nearest multiple of another numeric value.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
RegistryValueType (Function)
Returns the type of value found in the registry.
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
LocalStorageValueName (Function)
Returns the name of a value for the local storage.
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
Val (Function)
Returns the numeric value of a character string.
FinNetCurrentVal (Function)
Returns the net current value of investment.
Max (Function)
Returns the greatest value passed as parameter.