ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
<gglConnection variable>.Write (Function)
Creates and/or updates data on the Google server (addition or modification of data).
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.
<DiskFile variable>.Write (Function)
Writes:
  • a character string to an external file.
  • a memory section.
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
SocketWrite (Function)
Writes a message intended to another socket.
fWrite (Function)
Writes:
  • a character string to an external file.
  • a memory section.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
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).
fWriteLine (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.
<Source>.Flush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
SNMPSet (Function)
Writes one or more values onto an SNMP agent for which an SNMP session was started.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
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.
<DiskFile variable>.WriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
ConsoleError (Function)
Writes a character string in the standard error output stream "stderr".
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
<modbusSession>.WriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.
HaspHLWrite (Function)
Writes data (character string or buffer) into the internal memory of the Hasp key.
hbWrite (Function)
Writes cells (values of items) to one or more rows (records) in an HBase table.
dbgStandardOutput (Function)
Writes an information into the standard output stream "stdout" (also called "console").
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage......
<modbusSession>.WriteFloat (Function)
Writes one or more single-precision floats to a Modbus slave, starting at a specific address.
ModbusWriteFloat (Function)
Writes one or more single-precision floats to a Modbus slave, starting at a specific address.
Functions for handling directories and external files (prefix syntax)
External file functions (prefix syntax)...
<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.
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
Functions for handling directories and external files
List of functions for handling external files...
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
GglWrite (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
1
2
3
4
5
6
24
>