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).
<Source>.Write (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
<DiskFile variable>.Write (Function)
Writes:
  • a character string to an external file.
  • a memory section.
<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.
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
HFlush (Function)
Forces the operating system of the computer where the tables 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.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
<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.
SocketWrite (Function)
Writes a message intended to another socket.
fWrite (Function)
Writes:
  • a character string to an external file.
  • a memory section.
MatWrite (Function)
Writes an element into a matrix.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
<DiskFile variable>.WriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
AppDeleteVersion (Function)
Deletes a version from the history of versions found on the reference setup server.
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured...
Socket: create a standard socket server
WINDEV allows you to create a standard socket server......
HDBOpen (Function)
Opens the xBase table and the "memo" file if it exists.
ClipboardHeight (Function)
Calculates the height of an image (in bitmap format) found in the clipboard.
ClipboardWidth (Function)
Calculates the width of an image (in bitmap format) found in the clipboard.
WDZip: Handling files in an archive
The compressed files found in an archive can be handled by WDZip......
Journalized replication: Programming journalized replication in WLanguage
Several WLanguage functions allow you to include log-based replication in your application...
Extended (Property)
The property Extended allows you to: Find out whether a Font variable is extended. Extend...
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
fClose (Example)
Usage example of the fClose function
SNMP constants
List of constants used by the SNMP functions....
zipMsgError (Function)
Returns the message associated with an error code on an archive.
Summary table: Application directory management by platform
Returns the list of continents....
NFC functions
Functions used to manage the NFC standard...
SpreadsheetClose (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
API (Example)
Usage example of the API function