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").
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
gglCalendar (Variable type)
The gglCalendar type is used to describe and modify a calendar used by the Google Calendar...
HCheckIndex (Function)
Checks whether the data found in the index table (.NDX file) properly refers the data found...
Table,Display (External language)
Refreshes the Table control.
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according...
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
Native xBase/FoxPro Access: Specific features and remarks
This help page presents the specific features regarding the programming of Native xBase/FoxPro...
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
Native Oracle Connector: Specific features and remarks
Remarks and specific features of the Native Oracle Connector...
Generating an application for Universal Windows 10 App
Functions for managing Google calendars (prefix syntax)
List of functions for managing Google calendars (prefix syntax)...
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed...
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic...
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL tables.
Burner constants
List of constants used by the burner functions....
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one...
Downloading a report in PDF format on the computer of the Web user
To propose to download a report in PDF format on the computer of the Web user, you must......