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.
<Variable DiskFile>Create (Function)
Creates an external file.
fCreate (Function)
Creates an external file.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable,...
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created...
5. HFSQL Cient/Server
5. HFSQL Client/Server
A WINDEV Mobile application can also use an HFSQL database in Client/Server mode....
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic...
5. HFSQL Client/Server
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic...
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database...
Report viewer: "Annotate" tab
Does your application allow you to print several reports? The end user has the ability to write...
Access rights to a class property
A property is a code element that includes two processes......
4. HFSQL Classic
Project Management Hub: Managing messages
To manage messages in the Project Management Hub, you can use the secure messaging tool included...
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
17. WLanguage: a simple and powerful language
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular...
Native AS/400 Connector
WINDEV and WEBDEV include an optional module to access AS/400 databases......
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write...
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
AJAX: Overview
The AJAX technology is available in native mode in WEBDEV and in the PHP sites developed...
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high...
Automatic Application Features (AAF)
having to write a single line of code......
1
2
3
4
5
6
24
>