ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Data Source (Variable type)
A Data Source variable is used to describe a temporary data source (query, view, alias, etc.).
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit control.
restResponse (Variable type)
The restResponse type is used to define all the advanced characteristics of a REST response.
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
SchedulerInfoXY (Function)
Returns the appointment, the resource or the date found at given position in a Scheduler control.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
Link Description (Variable type)
A Link Description variable is used to describe a link between two tables programmatically.
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
Address (Property)
The Address property is used to: Establish a connection between the Conference control (and the associated stream) and the receiver. This property is equivalent to StreamConnect. Get the address of the last outgoing connection request....
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
JWTCreateAssertion (Function)
Creates a JWT assertion. This new function is available from WINDEV Suite SaaS 2025 Update 1....
Functions for handling directories and external files
List of functions for handling external files...
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
14. Controls in practice