ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
XMLCancelSearch (Function)
Cancels the search performed by XMLFind.
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
fDirectoryExist (Function)
Checks the existence of a directory.
CoTan (Function)
Calculates the cotangent of an angle.
Root (Function)
Returns the root of a number.
Sin (Function)
Returns the sine of an angle.
Tangent (Function)
Calculates the tangent of an angle.
<zipArchive variable>.AddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
HDeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
HCloseConnection (Function)
Closes a connection to a database.
HListGroup (Function)
Returns the list of groups of users defined for a connection.
HListUser (Function)
Returns the list of users defined for a connection.
SMSNbMessage (Function)
Returns the number of SMS messages stored on an Android phone.
XMLClose (Function)
Closes an XML document created by XMLDocument.
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....
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
HFSQL constants
List of constants used by the HFSQL functions....
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.