ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.Write (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
<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.
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file.
<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.
HFlush (Function)
Forces the operating system of the computer where the tables are found to write data onto the disk.
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).
SocketWrite (Function)
Writes a message intended to another socket.
<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.
HWrite (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
<DiskFile variable>.WriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
SNMPSet (Function)
Writes one or more values onto an SNMP agent for which an SNMP session was started.
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").
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
How to save and retrieve an image in a binary memo
<Source>.Track (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found...
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found...
hbWriting (Type of variable)
The hbWriting type is used to define the characteristics of a write operation that will...
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file...
<Source>.RecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL table (Classic...
<Word Processing>.Open (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked...
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked...
1
2
>