ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SSLActive (Function)
Used to enable or disable the secure SSL mode.
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
SSHConnectShell (Function)
Starts a new SSH session of "Shell" type.
<sshSession variable>.ConnectShell (Function)
Starts a new SSH session of "Shell" type.
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.
rssIdentifier (Type of variable)
The rssIdentifier type is used to describe the unique identifier of a RSS stream entry...
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
sshSession (Type of variable)
The sshSession type is used to define the characteristics of a connection to an SSH server.
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window......
<sshSession variable>.Read (Function)
Reads the data found on the output buffer of the SSH session.
SSHRead (Function)
Reads the data found on the output buffer of the SSH session.
rssCloud (Type of variable)
The rssCloud type is used to describe the method for subscribing to the notifications of modification made to the RSS stream...
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
3. Application development cycle
Development cycle of a WINDEV application....
Android permission management
Android applications require permissions to provide certain features that may require access to sensitive data or sensitive device functionalities......
PrivateKey (Property)
The PrivateKey property manages connections that use private keys (SSH or MQTT connections).
SSH functions
The following functions are used to connect and communicate with a SSH server:...
Obtaining an SSL certificate for IIS2 (2.0 or later)