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.
iPreview (Function)
Configures the print destination.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Transactions in HFSQL Client/Server mode
To keep maximum compatibility between HFSQL Classic applications (single-user or multi-user)...
Creating and generating an external component
A component must be created from a project containing all the elements required...
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
Assignment operators
Three assignment operators are available......
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Developing 64-bit sites
You can deploy 64-bit compatible sites......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV...
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
HDescribeFile (Function)
Describes a data file programmatically.
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask....
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages...
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
Events associated with an Organizer control
The following events are associated with Organizer controls:...
The Upload control
The Upload control is used to upload files on the Web server......