ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
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.
DisplayCurrency (Property)
The DisplayCurrency property is used to get and change the currency used when entering or displaying values in a "Currency + Euro" control.
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
CompactOption (Property)
The CompactOption property is used to: determine whether the options of a Check Box, Radio Button or Dashboard control are compacted. define whether the options of a Check Box, Radio Button or Dashboard control should be compacted....
XMLPath (Function)
Returns the current position in the document in XPATH format.
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
iPrintImage (Function)
Sends the image file to print to the print buffer.
Contains (Function)
Allows you to check if a substring is within a string.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
fEncrypt (Function)
Encrypts a file in binary or ASCII format.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
Constants for external files
List of constants used by the functions for managing external files....