ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Assignment of RETURN
The return value of the process currently run can be assigned...
TimeToInteger (Function)
Converts a time to an integer.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
Right (Function)
Extracts the last characters from a string or string buffer.
MySelf (Reserved word)
MySelf is used to handle the current control...
Age (Function)
Returns the age according to the date of birth.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
AdditionCompleted (Property)
The AdditionCompleted property determines if an element was added to a queue, list or stack, or if the operation is in progress.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
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.
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
TimeToString (Function)
Converts a time to a string in the specified format.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....