ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatReadLine (Function)
Reads the value of all elements found in a matrix row.
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
ExceptionPropagate (Function)
Propagates an exception.
ColorHue (Function)
Calculates the hue of a color.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
gglEvent (Variable type)
The gglEvent type is used to describe and modify an event of a calendar...
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
fSize (Function)
Returns the size of a file (in bytes).
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
fFileName (Function)
Returns the name of an external file currently open.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
MatFloatAdd (Function)
Adds a value to each matrix element.