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.
<Window>.EdActive (Function)
Allows you to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
SysWinActive (Function)
Returns the handle of the active window or activates a window.
<Window>.ChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
SourceWindow (Property)
The SourceWindow property is used to get the source of an internal window (i.e. the internal window displayed by the Internal Window control).
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Border of controls
One of the most important elements of control style is its border......
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
FinRepayVal (Function)
Returns the amount of each regular payment for an investment with fixed interest rate and fixed payment.
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
<Window>.CurrentLayout (Function)
Returns the index of the current layout in the window or internal window.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.
Windows,TNext (External language)
Modifies the title of the next window (or dialog box) displayed.
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Windows,TCurrent (External language)
Modifies the title of the current window.