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.
<DiskFile variable>.WriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
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.
HWrite (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
25. Performing a process on several successive pages
Performing a process on several successive pages...
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described...
BrightnessAuto (Function)
Returns or modifies the activation status of the automatic adjustment of the brightness...
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange...
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess...
RegistrySetValue (Example)
Usage example of the RegistrySetValue function
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted...
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server......
fDir (Function)
Finds a file or directory.
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting...
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
RegistryCreateKey (Example)
Usage example of the RegistryCreateKey function
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space...
fWebDir (Function)
Returns the physical name of the directory containing the images, JavaScript files and Java files...
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging....
FontCreate (Function)
Creates a font definition.
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).