ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysSerialNum (Function)
Returns the IMEI number of the current device.
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
ControlOver (Function)
Identifies the control hovered over with the mouse cursor.
iDestination (Function)
Configures the print destination.
DisplayFormat (Property)
The DisplayFormat property gets and sets the expected display format for a given text: plain text, RTF or Markdown.
Adapting a website to support multiple languages
WEBDEV Tutorial - Managing multiple languages in a website Adapting a website to support multiple languages - 50 min
ContactSource (Type of variable)
The ContactSource type is used to define the advanced characteristics of a source (or account) for the contacts (example: Google, Exchange, Facebook).
HFSQL Client/Server: Configuring the server
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
emailAttach (Type of variable)
The emailAttach type is used to handle an attachment.
sfSearchResult (Type of variable)
The sfSearchResult type is used to find out the result of SFSearch...
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
Permission (Type of variable)
The Permission type represents a permission requested by the application (and therefore declared in the manifest).
DriveCopyDirectory (Function)
copy a directory on the Drive to another directory on the Drive (remote disk).
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
16. Java applications in practice
Java applications in practice...
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
CtExtendedInfo (Property)
The CtExtendedInfo property is used to get the additional information inserted into database connection string.
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)....
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.