ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<DiskFile variable>.Write (Function)
Writes:
  • a character string to an external file.
  • a memory section.
<Source>.Write (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file.
<sshSession variable>.Write (Function)
Writes data into the specified SSH session.
<gglConnection variable>.Write (Function)
Creates and/or updates data on the Google server (addition or modification of data).
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
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 table without updating the indexes corresponding to all keys used in the table.
<Source>.Flush (Function)
Forces the operating system of the computer where the tables are found to write data onto the disk.
fWriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
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 tables are found to write data onto the disk.
SocketWrite (Function)
Writes a message intended to another socket.
fWrite (Function)
Writes:
  • a character string to an external file.
  • a memory section.
<DiskFile variable>.WriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
MatWrite (Function)
Writes an element into a matrix.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
ModbusWriteFloat (Function)
Writes one or more single-precision floats to a Modbus slave, starting at a specific address.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
Functions for handling directories and external files
List of functions for handling external files...
<modbusSession>.WriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
ModbusWriteRegister (Function)
Writes one or more registers (16-bit values) to a Modbus slave, starting at a specific address.
Code Editor control
The Code Editor control allows end users to write WLanguage code....
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures......
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
fCreate (Function)
Creates an external file.
<Variable DiskFile>Create (Function)
Creates an external file.
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
4. Create a page in the editor...
Changes the mode and the method for locking data files....
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable,...
1
4
5
6
7
8
42
>