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).
<DiskFile variable>.WriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
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.
<Source>.Flush (Function)
Forces the operating system of the computer where the tables are found to write data onto the disk.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
CallDLL32 (Example)
Usage example of the CallDLL32 function
Socket: creating a standard socket server
WINDEV allows you to create a standard socket server......
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied...
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer...
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
zipMsgError (Function)
Returns the message associated with an error code on an archive.
zipDeleteAll (Function)
Deletes all files from an archive.
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
Log-based replication: Programming the log-based replication in WLanguage
Several WLangage functions allow you to include log-based replication in your application...
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
HServerWorkingDir (Function)
Returns the path of a temporary directory on the HFSQL server.
fMemOpen (Function)
Opens a memory zone shared between several applications.
Summary table: Managing the application directories according to the platform
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text...
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged...
fLock (Function)
Entirely or partially locks an external file.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect,...
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
AlbumPicker (Function)
Retrieves a photo, an image or a video stored in the photo album of the mobile device.