ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
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].
VariantConvert (Function)
Converts the value stored in a Variant variable].
MemCount (Function)
Returns the number of elements found in a memory zone.
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
Runtime error management functions
List of functions for managing runtime errors...
Compression (Property)
The Compression property is used to manage data compression during a connection (HFSQL Client/Server, etc.)...
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....
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
ExtractLine (Function)
Extracts a specific line from a character string.
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
MemDelete (Function)
Deletes an element from a memory zone.
StringFormat (Function)
Formats a character string according to the selected options.
Class inheritance
The hierarchical organization in class and sub-class has allowed to create the notion of inheritance......
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
ArrayReverse (Function)
Reverses the content of a one-dimensional array.
EpochToDateTime (Function)
Converts a date and a time in Epoch format (number of time units since 01/01/1970 at 00h00 UTC) to a local datetime....
Modulo (Reserved word)
Returns the remainder of a division.
Reverse (Function)
Returns the character that corresponds to the difference between the ASCII code of a specific character in a string and 255.
MemExist (Function)
Checks the existence of a memory zone.