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).
<sshSession variable>.Write (Function)
Writes data into the specified SSH session.
<DiskFile variable>.Write (Function)
Writes:
  • a character string to an external file.
  • a memory section.
<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file.
ConsoleWrite (Function)
Writes a character string in the standard output stream "stdout" (also called "console").
fWriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
fWrite (Function)
Writes:
  • a character string to an external file.
  • a memory section.
<Source>.Flush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
SocketWrite (Function)
Writes a message intended to another socket.
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
<DiskFile variable>.WriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
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).
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
MatWrite (Function)
Writes an element into a matrix.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
HFlush (Function)
Forces the operating system of the computer where the data files are found to write data onto the disk.
WDZip: Creating or modifying an archive
This help page explains how to......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
Principle for running threads
At runtime, an application runs in a main thread......
1. Website deployment requirements
WEBDEV Tutorial - Website deployment Lesson 1 - Website deployment requirements - 30 min
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
New Features brochure - Version 27: new features of WINDEV Mobile
New features in WINDEV Mobile 27 presented in the New Features brochure....
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
Character strings
WLanguage supports different types of strings....
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
iDestination (Function)
Configures the print destination.
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
Reuse code via external components
WINDEV Tutorial: External components Reusing code with external components - 40 min
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows,...
Universal replication
The purpose of universal replication is to keep several databases synchronized......
Various constants
List of various constants used by the constants WINDEV functions....
2. Examples and components provided with WEBDEV