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").
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal...
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper...
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
Process (Variable type)
The Process type is used to define the characteristics of the remote application that can...
gglConnection (Variable type)
The gglConnection type is used to describe a connection to the Google services and to manage...
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL table.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
Manipulating PDF files
PDF is one of the most widely used formats for sending and storing electronic documents......
SourceFromPage (Function)
Automatically updates: the value of the items in a table with the value of the controls...
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
Automatic index generation
The automatic index generation suggests index keywords based on the content of your help page......
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
1. My first Android/iOS project
WINDEV Mobile Tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project...
Constants for external files
List of constants used by the functions for managing external files....
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types...
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data...
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min