ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

sshSession (Variable type)
The sshSession type is used to define the characteristics of a connection to an SSH server.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
grAddData (Function)
Adds a data into a chart.
OLECopy (Function)
Copies the object found in an OLE control into the Windows clipboard.
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
HPass (Function)
Defines the password used to create or open a data file.
EmailReadLastHeader (Function)
Reads the header of the last Email received, depending on the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
J2EE constants
List of constants used by the J2EE functions....
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
Constants for managing contact functions
Deselects an appointment from an Organizer control....
OpenSister (Example)
Usage example of the OpenSister function
Google Maps functions
List of functions for managing Google maps...
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
The RTF edit control: Automatic formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
COMObject (Type of variable)
The COMObject type is used to represent an interface of a COM object.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...