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.
Describing a problem to the Free Technical Support
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last...
Filling a Chart control
The data that will be displayed in the Chart control can come from......
2. How to test a site?
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external...
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
Storing files in Android
The file system on the devices running Android is divided into two main storage areas......
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL...
HDescribeLink (Function)
Describes a link between two data files through programming.
fSeek (Function)
Gets and sets current position in an external file.
WINDEV and the streams - Use example
In this example, the application must manage a video conference between two computers......
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
iCreateFont (Function)
Creates a new print font.
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level...
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase...
rssStream (Type of variable)
The rssStream type is used to handle a RSS stream...
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
Permission constants
Renvoie une ou toutes les permissions déclarées par l'application....
Component (Property)
The Component property configures the different components of a composite key.
fWebDir (Function)
Returns the physical name of the directory containing the images, the JavaScript files and the Java...
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows...