ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling an automatic test
When an automated test is created, this test is in "construction" by default......
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......
The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
7. Source Code Manager (SCM)
Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Set of procedures
The global procedures are grouped in set of procedures......
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
Error 121: Shadowing a structure
Infinite Progress Bar control
Progress bars provide useful information to the end user......
Error 1011: To access the global member of the class, use ClassName::MemberName
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
WithClosingButton (Property)
The WithClosingButton property is used to: Determine whether all the tabs of a Dynamic Tab control have a Close button. Show a Close button in all the tabs of a Dynamic Tab control....
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
How to include secure payment in a WEBDEV site?
This help page explains how to add a secure payment into a WEBDEV site......
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
Background image of multilingual window
In some cases, the background image of a window can contain a text (the application name, a specific caption, ......
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
Dynamic instantiation of object
An object can be dynamically associated with a class, we talk of dynamic instantiation of object......
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......