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").
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external...
zipDeleteFileList (Function)
Deletes a list of files from an archive.
zipCreate (Function)
Creates an archive.
Native SQLite Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQLite...
Burner constants
List of constants used by the burner functions....
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
H.AutoIndexingLimit (Variable)
Indicates the maximum number of records in the data file used to manage the automatic reindexing.
xlsDeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
RegistryCreateKey (Function)
Creates a key in the Windows registry.
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last...
Describing a problem to the Free Technical Support
fOpenTempFile (Function)
Creates and opens a temporary file.
HDescribeLink (Function)
Describes a link between two tables programmatically.
List Box control linked to a table or to a query
A List Box or Combo Box control can be used to display the content of a table or query, to allow...
Custom properties (WLanguage)
A custom property is a code element with two events......
Filling a Chart control
The data that will be displayed in the Chart control can come from......
2. How to test a site?
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).