ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
HStatCalculate (Function)
Collects statistics on table keys.
PageAddress (Function)
Used to find out the Internet address of a page.
Sum (Function)
Calculates the sum of the array elements.
fClose (Function)
Closes an external file.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
fCompress (Function)
Compresses a file.
mongoGridFSFileInfo (Type of variable)
The mongoGridFSFileInfo type is used to define the advanced characteristics of a file in a MongoDB database.
PageDisplay (Function)
Displays a web page in the user's browser....
Automation object
The Automation keyword is used to declare an automation object...
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....