ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
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.
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
Properties associated with clickable Image controls
The Clickable Image control can be handled by the WLanguage properties in server code and in browser code......
SCM: Adding a project to the repository
Some operations are required before an existing project can be used by the Source Code Manager......
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.
SchedulerAddTrigger (Function)
Creates a trigger for a scheduled task.
Procedure
The Procedure property can be used: on the hScheduledTask type, used to describe the scheduled tasks on an HFSQL Client/Server database. on the rssStream type, used to describe an RSS feed....
Table control properties
A Table control found in a window or in a page can be handled in WLanguage by the following properties......