ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MapAddItinerary (Function)
Adds an itinerary onto a Map control.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
GPSGetPosition (Function)
Retrieves information about the current device position.
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
SocketConnectInfrared (Function)
Connects a client computer to a given socket via the infrared port.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
SchedulerDateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
Handling menu options programmatically
The menu options can be handled......
Query editor: Characteristics
Check: Sending an email
The monitoring robot will......
HAddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
SysDir (Function)
Returns the path of a system directory.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
10. Embedded queries
The controls from a window can be linked to a data file or existing query, ......
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.