ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
13. Universal replication
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......
ImageState (Property)
The ImageState property is used to get and change the number of drawings in: The image associated with a button. The image of the cursor in a slider. The image associated with the button of a sidebar pane. The image associated with the button of a tab pane. The image associated with the Rating control. The image associated with a group in a Ribbon control. The image associated with a menu option....
12. Universal replication
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
Programming charts (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Warning 12: The label is unused
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
Opening, closing and saving a query
The query editor allows you to easily handle the queries....
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
7. Layouts using the Flexbox control
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
26. Style sheets: to simplify the layout
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
The "Code hashtags" pane
Filling a Chart control
The data that will be displayed in the Chart control can come from......
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.
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......
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......