ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grLabelFont (Function)
Modifies the font used for the category labels of a chart.
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
FTPCommand (Function)
Sends a specific FTP command to a server.
grCreate (Function)
Creates a specific type of chart.
StringReverse (Function)
Reverses the characters of a string.
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
grDeleteAll (Function)
Erases a chart and destroys this chart.
HTTPCreateForm (Function)
Creates an HTTP form.
HConnect (Example)
Usage example of the HConnect function
DateToInteger (Function)
Converts a date to an integer.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
HOpen (Function)
Opens a data file.
HCloseConnection (Example)
Usage example of the HCloseConenction function
zipListFile (Function)
Returns the list of files found in an archive.
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
StringInsert (Function)
Inserts a string into another character string at a given position.
zipFileSize (Example)
Usage example of the zipFileSize function
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
fDelete (Function)
Deletes a file accessible from the current computer.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...