ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Automated tests of window
The automated tests of window are used to check the different features proposed by the window......
<Window>.EnableDDW (Function)
Enables or disables the Dim Disabled Window (DDW) feature for a specific window:
InternalWindow
The Property Internal Window allows you to define the name of the internal window to use.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
6. WEBDEV Account Manager
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
Type of pages created by RAD
The page creation wizard shows different types of pages associated with HFSQL data files......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Ad control properties
An Ad control found in a window can be handled in a window by the following WLanguage properties.
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Printing a report (iPhone/iPad, Android or Universal Windows App)
When creating a report, the test of this report can be run from the report editor......
7. Custom-Folders: Organize your project
Custom-Folders: Organize your project...
Tips for an application that uses the User Groupware
To simplify the configuration of user groupware according to the users, the controls should be organized in groups of controls......
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......