ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Code editor: Snake_case or PascalCase
There are several naming conventions to write variables in the code......
Syntax Description (Type of variable)
Syntax Description variables are used to programmatically describe the syntax of a report, window or page.
WLanguageCodeFormatting (Variable type)
The WLanguageCodeFormatting type is used to define all the WLanguage code formatting options.
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
Int (Variable type)
The Int type is used to easily perform calculations on integer values...
sfDeletedRecord (Type of variable)
The sfSeekDeletedResult type is used to find out the characteristics of a deleted record that was retrieved by SFSeekDeleted...
mongoDatabaseInfo (Variable type)
The mongoDatabaseInfo type is used to define the advanced characteristics of information about a MongoDB database.
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
memcachedResult (Type of variable)
The memcachedResult type is used to define the characteristics of a value read on a Memcached server.
Code editor: Display options
The code editor proposes several display options......
emailHeader (Variable type)
The emailHeader type is used to retrieve or define the additional email headers.
Procedure description (Type of variable)
The Procedure Description type is used to get information about a procedure or a method.
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....