ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
WDXView: Overview
WDXView is an ActiveX browser......
"Real Time Performance Profiler" pane
The "Real Time Performance Profiler" pane shows the activity of an application or site during a test......
dbgConnect (Function)
Used to connect a remote debugger to an application, service, web service, etc.
Surround code fragments
You can surround code fragments with a condition, structure, etc....
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
HDelete (Function)
Deletes a record from a data file (query or view).
Diagram constants
The following constants are used to manipulate diagrams:...
The Word Processing control
The Word Processing control is an advanced control that allows the end user to create and edit documents in docx format......
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
WDScript overview
WDScript is a WLanguage script editor included with WINDEV, WEBDEV and WINDEV Mobile......
Associating documents with the project
To describe a project in detail, you can associate documents with it......
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
WINDEV, WEBDEV and WINDEV Mobile general options
The general options are used to configure the working environment of the product used......
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Multiple setup of same site on the same server
The same site can now be automatically installed on the same server without having to rename the project......
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
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......
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.