ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CallDLL32 (Function)
Runs a function found in an external DLL.
API (Function)
Runs a function found in an external DLL.
fRemoveDir (Function)
Deletes a directory from a disk.
fCurrentDrive (Function)
Gets or sets the current drive.
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
ComponentInfo (Function)
Returns information about a component.
Managing the application language through programming
A multilingual application is an application that can be distributed in several languages......
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
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.
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.