ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AAFOpenHelp (Function)
Opens the AAF (Automatic Application Features) help website.
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
WEBDEV styles
The WEBDEV styles are advanced styles, easier to use than the CSS styles......
Analysis links
The links are used to link the files found in an analysis between themselves......
SaaSCheckService (Function)
Checks the access rights of the user to a service of the SaaS site.
SaaSIsConnected (Function)
Defines whether the connection to the SaaS web service is still established.
SaaSAdminReadSiteParameter (Function)
Reads a site parameter that was saved by SaaSAdminWriteSiteParameter.
SaaSAdminWriteSiteParameter (Function)
Saves an information specific to the client.
saasVisit (Type of variable)
The saasVisit is used to find out all the characteristics of a SaaS user's visit....
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Cardinalities
The cardinalities are used to count the links between the files......
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
Analysis shared between earlier WINDEV applications and WINDEV 2024 applications
An analysis can be shared between a WINDEV application......
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
fSeek (Example)
Usage example of the fSeek function
Movable (Property)
The Movable property is used to define if an element can be moved.
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
WINDEV applications for Linux: Specific features
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
WinEdSaveNote (Function)
Exports the repositionable notes created by the user into a file.