ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Now (Function)
Returns or modifies the system time (current time defined for the current computer).
grZoom (Function)
Defines the zoom of a chart.
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
HRead (Function)
Reads a record in a file according to a given record number.
CurrentWin (Function)
Identifies the window currently in edit.
XMLCancelSearch (Function)
Cancels the search performed by XMLFind.
PageChangeLayout (Function)
Applies a specific layout to a page.
HOpenConnection (Example)
Usage example of the HOpenConnection function
HInfoServer (Function)
Returns the specified information about the server.
Figma: Where to find the Figma key
To use Figma import in your product, you need to specify the Figma key in the general options of WINDEV, WEBDEV or WINDEV Mobile....
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
<Connection variable>.ModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
TimePicker (Function)
Opens the system time picker.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLElementType (Function)
Returns the type of current element (tag or attribute).
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
LoadImage (Function)
Loads an image in memory so that it can be used later by gImage.
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......