ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
Multiline strings
To type character strings over several lines in the code editor...
<Organizer>.Mode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
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.
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
<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....
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.
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......
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
7. Layouts using the Flexbox control
TransparencyMode (Property)
The TransparencyMode property is used to get and change the transparency mode of an image.
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
SchedulerMode (Function)
Returns the display mode of a Scheduler control: day, week, month, ...
Operating mode of dynamic Active WEBDEV Pages
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
<Image>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
<Image variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Flash (Property)
The Flash property determines and changes the flash mode in a Camera control.
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...