ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FTPDisconnect (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol).
HListLink (Function)
Returns the list of table bindings (Merise type) present: in the current database schema, in ongoing database schemas (projects with multiple database schemas). in a specific database schema....
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run on a mobile device (phone or tablet)....
NumberInWords (Function)
Converts a number to words.
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
mongoResult (Type of variable)
The mongoResult type is used to find out the result during a search performed in a MongoDB database.
GUIDFile (Property)
The GUIDFile property returns the GUID of the file defined in the analysis that was used to create the data file.
ArcTan (Function)
Returns the arc tangent of a numeric value (integer or real).
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates). Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
grOrientation (Function)
Modifies the orientation of chart axes.
EmailSeekFirst (Function)
Finds one or more emails according to the criteria specified in the messaging software (Outlook, messaging software using the IMAP protocol, ...).
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL table.
fFileExist (Function)
Checks the existence of an external file.
HRecreateSubscriberReplica (Function)
Recreates the subscriber replica description file (universal replication only) based on the information of the master replica (.rpm and .syn files).
Directory (Property)
The Directory property is used to manage the physical directory of HFSQL files.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
ArrayToParameters (Function)
Converts an array of elements into a list of parameters.
HNext (Function)
Sets the position on the next table record according to a browse item.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...