ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
8. Source Code Manager (SCM)
Source Code Manager (SCM)...
<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
Multiline strings
To type character strings over several lines in the code editor...
SaaSSendSecurityCode (Function)
Sends the security code to the user so that he can change his password.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
<Organizer>.Mode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
<Page>.DisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
ERR_NO_END_TAG
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
<Buffer type>.EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
Operating mode of dynamic Active WEBDEV Pages
7. Layouts using the Flexbox control