ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
Age (Function)
Returns the age according to the date of birth.
MatCreate (Function)
Creates a matrix containing 0 row and 0 column.
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.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
Runtime error management functions
List of functions for managing runtime errors...
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
Progress (Property)
The Progress property returns the task progress status.
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
fWriteLine (Example)
Usage example of the fWriteLine function
Action (Property)
The Action property is used to specify the action to be performed.
2. Projects in practice