ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
grAutoRefreshCategoryLabel (Function)
Identifies or defines whether the category labels are refreshed whenever the chart is drawn.
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
fCopyDir (Example)
Usage example of the fCopyDir function
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
grDestinationControl (Function)
Defines an Image control as destination of a chart.
HState (Function)
Used to find out the state of a record.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
fOpenTempFile (Function)
Creates and opens a temporary file.
Date
The Date keyword can correspond to...
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
<Connection variable>.RegenerateFile (Function)
Regenerates a data file from its log.
fWrite (Example)
Usage example of the fWrite function
<Scheduler>.SelectMinus (Function)
Deselects an appointment from a Scheduler control.
<Scheduler>.SelectPlus (Function)
Selects an appointment in a Scheduler control.
<Scheduler>.DeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
zipDeleteAll (Example)
Usage example of the zipDeleteAll function