ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
14 results for: .WX file
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server tables, the wizard allows you to...
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable.
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server tables, WDInst allows you to...
JITc
The principle of JITc technology (Just In Time Compilation) is straightforward......
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
Runtime log
The runtime log is the best way to identify the most used features of an application......
Dynamic audit
The dynamic audit of an application analyzes its runtime performance......
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
dbgEndRecording (Function)
Stops recording the scenario.
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
dbgStartRecording (Function)
Starts recording a test scenario (also called reproduction scenario).
dbgEnableAudit (Function)
Enables the dynamic audit programmatically.
dbgEnableLog (Function)
Enables the runtime log programmatically.
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....