ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
LocalStorageDeleteAll (Function)
Deletes all the values from the local storage.
LocalStorageOccurrence (Function)
Returns the number of values for the local storage.
LocalStorageValueName (Function)
Returns the name of a value for the local storage.
CaptchaDisplay (Function)
Displays a new Captcha in a Captcha control.
CaptchaVerify (Function)
Checks whether the value typed by the user corresponds to the string displayed in a Captcha control.
BrowserIsConnected (Function)
Indicates whether the browser is connected to the network.
CertificateClientInfo (Function)
Returns information about the certificate used by the client computer.
CurrentYear (Function)
Returns the current year in integer format.
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
LocalStorageDelete (Function)
Deletes a value from the local storage.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
DNSAddAddress (Function)
Adds an IP/Name relation into the DNS server....
DNSListAddress (Function)
Lists the IP addresses associated with a name in the DNS server.
DNSDeleteAddress (Function)
Deletes a Name/IP Address relation from a DNS server....
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
Factorial (Function)
Returns the factorial of an integer number.
fIsImage (Function)
Used to find out whether a file found on disk or a file contained in a buffer corresponds to an image format recognized by WINDEV, WEBDEV or WINDEV Mobile.
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
CurrentMonth (Function)
Returns the number of the current month.
FirstDayOfMonth (Function)
Returns the first day of the month.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.