ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iReset (Function)
Reinitializes the print settings (margins, font, paper format, orientation, ...) stored in the print library.
Enumeration (Variable type)
An enumeration is a set of values......
The HTML control
The HTML control displays HTML pages or HTML code......
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
iBorder (Function)
Prints a border at specified coordinates.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
Asc (Function)
Returns the ASCII code of the specified character.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated during the execution of the query.
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
RestartProgram (Function)
Ends the application and restarts it.