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").
ToClipboardRTF (Function)
Writes a character string in RTF into the clipboard.
ServiceWriteEventLog (Function)
Writes an event into the log of Windows events.
SSHWrite (Function)
Writes data into the specified SSH session.
mlSetVariable (Function)
Writes the value of a variable for the MATLAB session.
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
dbgWriteCommentAudit (Function)
Writes a comment into the current dynamic audit.
WDScript: use in command-line and console mode
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external...
ToClipboard (Function)
Writes text or image information into the system clipboard.
dbgWriteWarningAudit (Function)
Writes a custom runtime warning into the dynamic audit.
1
2
3
4
5
6
42
>