ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FirstDayOfMonth (Function)
Returns the first day of the month.
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
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.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
SysScreenRectangle (Function)
Returns the coordinates of the display rectangle corresponding to all the screens.
ThreadCurrent (Function)
Returns the name of the thread currently run.
BrowserRunApp (Function)
Opens the default Web browser of the current device.
OrganizerDisplay (Function)
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example).
SchedulerDisplay (Function)
Reinitializes the content of a Scheduler control from its data source (HFSQL file for example).
ImageStartScrolling (Function)
Starts cycling through images.
ImageStopScrolling (Function)
Stops the automatic image sliding.
ImageFirst (Function)
Displays the first image for the scroll.
ImagePrevious (Function)
Displays the previous image for the scroll.
ImageNext (Function)
Displays the next image for the scroll.
ImageLast (Function)
Displays the last image for the scroll.