ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
fLongPath (Function)
Returns the full long path of a file or directory.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
SCM: Adding a project to the repository
Some operations are required before an existing project can be used by the Source Code Manager......
fShortPath (Function)
Returns the full short path of a file or directory.
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
Properties associated with clickable Image controls
The Clickable Image control can be handled by the WLanguage properties in server code and in browser code......
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
GesturePosX (Function)
Returns the horizontal position of the pointer (finger or stylus).
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
Installing the monitoring robot
The monitoring robot includes three executables......
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......