ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test...
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
Specific features of the Express version
WinCurrentLayout (Function)
Returns the index of the current layout: in the current window. in the specified window or internal window....
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
<Array>.AnyFalse (Function)
Returns True if at least one element of an array is False.
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
Query editor
The query editor is used to automatically create queries on the data files......
Share your projects via Git
Git is a source code manager......
Positioning a toolbar
A Toolbar control can be created in a "Free" window or in an "MDI Parent" window......
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
Chart control: "Details" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe......
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window: Width of the internal window. Height of the internal window....
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
WEBDEV Account Manager
WEBDEV Account Manager allows you to easily host websites developed with WEBDEV......
FinPaymentNb (Function)
Returns the number of payments required to pay off a capital according to a given rate.
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......