ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV layouts
A layout allows you to define several views of a page without duplicating it......
2. Examples and components provided with WEBDEV
The "Modifier"pane
The "Modifier" pane is used to view and/or modify, from the window editor, page editor or report editor, the main characteristics......
CtDescribedPassword (Property)
The CtDescribedPassword property allows you to set the password used to open the data file in an OLE DB connection (file defined in the code only).
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....
Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode......
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
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......
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
Constants for telemetry management
Constants for telemetry management...
Telemetry management functions
The following functions are used to manage the telemetry:...
Handling a Popup control through programming
The popup being a control of the page, you have the ability to access: the page controls from the popup. the popup controls from the page....
The "Project Management Hub" pane
The "Project Management Hub" pane displays the tasks assigned to the current developer......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
1. Examples provided with WINDEV Mobile
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
Edit options of a report
The report editor allows you to......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
Internal component description
The description of an internal component can opened at any time......
Events associated with Table controls
List of events associated with Table controls...
UndockablePane (Property)
The UnlockablePane property is used to: Determine if the end user can move the panes of a Ribbon or Dynamic Tab control outside the window. Allow or prevent the end user from moving the panes of a Ribbon or Dynamic Tab control outside the window....
InUniversalWindowsPlatformMode (Function)
Indicates whether the code is run in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....