ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TwoFactorAuthenticationGenerateLink (Function)
Generates a link to register an account in an authentication application. When associated with a Bar Code control, this link will show a QR code that can be scanned in the authentication app installed on the phone.
InWindowsStoreAppMode (Function)
Indicates whether the code is run in Windows Store apps mode. Function kept for backward compatibility....
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
6. Layouts
...Layouts are used to define several views of a window in the same project without duplicating the window....
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
Project compilation: Warning, Error, Information, Programming standard...
When developing a project, the project is compiled on a regular basis....
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
Declaring and using a variable
A variable is defined by name and type......
Warning 127: You are using a data source local to the process
How to save and retrieve an image in a binary memo
InWindowsStoreAppSimulatorMode (Function)
Identifies whether or not the code is executed in the simulator for applications in Windows Store mode. Function kept for backward compatibility....
InWinRTMode (Function)
Indicates whether the code is run in WinRT mode (Windows Store apps). Function kept for backward compatibility....
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......
Warning 12: The label is unused
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
7. Layouts using the Flexbox control
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
InWinRTSimulatorMode (Function)
Identifies whether or not the code is executed in the WinRT simulator (simulator for applications in Windows Store mode). Function kept for backward compatibility....
The "Code hashtags" pane