ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ...
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window...
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"...
.NET Assemblies
.NET is Microsoft's software development platform......
CtDescribedUserName (Property)
The CtDescribedUserName property is used to set the username that will be used when connecting...
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV...
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic...
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed...
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported...
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported...
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Operations performed on state-transition diagrams
The following paragraphs explain......
dbgEnableAudit (Function)
Enables the dynamic audit through programming.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
Describing a query
Once a query is created, all the characteristics of this query can be modified at any time......
CtUserName (Property)
The CtUserName property is used to set the username that will be used when connecting to a specific...
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see...
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
Image control: the supported formats
The supported image formats are as follows:...
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls,...
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.