ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Decode (Function)
Decodes a character string that was encoded by Encode.
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
Combination (Type of variable)
A combination is a set of options.
12. External component in practice
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
LINUX: Accessing the ODBC databases
The native access to HFSQL Classic and Client/Server is available for the WINDEV applications running in Linux ("console" applications) and for the WEBDEV sites hosted in Linux......
diagConnector (Type of variable)
The diagConnector type is used to define all the advanced characteristics of a connector in a diagram.
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
13. External component in practice
External component in practice...
Type (Property)
The Type property is used to get and change the type of an element.
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB database.
String constants
List of constants used by string functions...
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report WINDEV).
URL (Property)
The URL property is used to get and change a URL.
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....
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....