ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
MemSetPosition (Function)
Positions the memory zone on an element.
ChronoReset (Function)
Stops and resets a running stopwatch.
MoveColumn (Function)
Moves or swaps a column in a two-dimensional array property contained in an advanced type (xlsDocument, etc.).
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
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.
MemDeleteAll (Function)
Clears and deletes a memory zone.
ExtractLine (Function)
Extracts a specific line from a character string.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
MemCount (Function)
Returns the number of elements found in a memory zone.
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
MemDelete (Function)
Deletes an element from a memory zone.
RGB (Function)
Defines a color from its Red, Green and Blue components.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255.