ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
Analyzing dependencies and orphan images
To help you manage the navigation of the Web users in your sites, an advanced feature for analyzing the dependencies and the orphan images is available in WEBDEV......
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
.NET object
To access a class......
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection......
History of versions
The history of setup versions is an advanced feature of the network setup......
Handling a TreeView control at runtime
When the TreeView control is in edit, the user can expand or collapse the different levels of the tree structure by clicking the treeview elements....
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
Creating a translation file
WDINT allows you to create a translation file....
Debugging functions
List of debugging functions...
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
NationRightToLeft (Function)
Allows you to find out whether the current language is written from right to left.
TextDirection (Property)
The TextDirection property is used to determine and change the writing direction in a window, report or control (useful for languages such as Arabic or Hebrew).
ListDLL (Function)
Returns: at runtime: the list of libraries (".DLL" files) used by the current WINDEV or WINDEV Mobile application or by the current WEBDEV site. Only the libraries loaded in memory are listed. in test mode: all the libraries installed on the current computer....
ThreadPause (Function)
Pauses the current thread during the specified duration.
4. HFSQL Classic
7. Window templates
...Window templates...
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
Different types of pages
WEBDEV enables you to create static sites and/or dynamic sites......