ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLClass (Property)
The HTMLClass property reads and sets the value of the "class" HTML attribute of the control.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
WayPoint (Property)
The WayPoint property is used to determine and change the points a Wire control has to pass through.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
StringSplit (Function)
Extracts all the substrings from a character string based on one or more string separators.
LoWord (Function)
Returns the two low bytes of an integer.
HiWord (Function)
Returns the two high bytes of an integer.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
SysDir (Function)
Returns the path of a system directory.
Array management functions
List of functions for managing arrays...
hdfsRights (Type of variable)
The hdfsRights type is used to define the advanced characteristics regarding the access rights to an element (file, link, directory) of the Hadoop file system.
SysChangeEnvironment (Function)
Modifies the environment variables of the operating system found on the current computer.
AssistedInputOpen (Function)
Opens the list of values proposed by the assisted input for an edit control.
AssistedInputClose (Function)
Closes the list of values proposed by the assisted input for an edit control.
Breadcrumb control properties
The WLanguage properties are used to handle the Breadcrumb control as well as one of its elements......
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
URL (Property)
The URL property is used to get and change a URL.
Decode (Function)
Decodes a character string that was encoded by Encode.