ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
grScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
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.
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.
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
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......
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
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....
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