ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
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).......
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
Warning 12: The label is unused
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
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......
Changing sites from AWP to SEO-ready session mode
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......
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....
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.
The "Code hashtags" pane
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes found in the current project ("Global procedures", "Local procedures" and "Classes" options)......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
Handling a Tab control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Tab control through programming......
InUniversalWindowsPlatformMode (Function)
Indicates whether the code is run in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
Animation management functions
WINDEV proposes several WLanguage functions for managing animations......
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
"Syntax help" pane
The "Syntax help" pane displays a short help text for the function being entered......
1. Testing a site: Elements to be tested