ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center), a scheduled backup (described by HAddScheduledBackup or via the HFSQL Control Center....
ArraySort (Function)
Sorts a WLanguage array.
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......
Language (Property)
The Language property is used to get and change the language used.
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
SysXRes (Function)
Returns the horizontal screen resolution.
HTTP functions
List of HTTP functions...
Error
The Error keyword is used to manage the errors.
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
RTFAddLink (Function)
Adds a link to a text section in an RTF Edit control.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
zipArchivedFile (Type of variable)
The zipArchivedFile type is used to handle a file found in an archive in one of the following formats: ZIP, CAB, RAR or WDZ or a file to add into an archive.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.