ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<gglConnection variable>.Write (Function)
Creates and/or updates data on the Google server (addition or modification of data).
<sshSession variable>.Write (Function)
Writes data into the specified SSH session.
<DiskFile variable>.Write (Function)
Writes:
  • a character string to an external file.
  • a memory section.
<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
fWriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
fWrite (Function)
Writes:
  • a character string to an external file.
  • a memory section.
<Source>.Flush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
SocketWrite (Function)
Writes a message intended to another socket.
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
<DiskFile variable>.WriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
SNMPSet (Function)
Writes one or more values onto an SNMP agent for which an SNMP session was started.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
MatWrite (Function)
Writes an element into a matrix.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive...
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
SQLExec (Function)
Names and runs an SQL query.
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
HDelete (Function)
Deletes a record from a data file (query or view).
7. Multilingual applications in practice
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Constants for the archiving functions
List of constants used by the archiving functions....
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Database parameters (Setup program)
The setup program creation wizard includes the setup of the database along with the application...
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics...
Assisted HFSQL error handling
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors......
Events associated with Edit controls
WLanguage events associated with Edit controls...
Handling Scheduler controls programmatically
A Scheduler control can be......
Specific features of the applications for iPhone/iPad
Types of Edit controls
WDInst: installing additional elements
By default, only the files found in the "List of setup files" window are installed on the user...
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo...
Result of a query in test mode
After its execution in test mode (see Running the query test), the result of the query can be......
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
Creating user accounts
A User account allows the server administrator to......
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search...
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....