ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Source>.ImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Ad Hoc deployment
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
.NET object
To access a class......
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......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
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......
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
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....
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......