ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
Drawer control properties
List of properties associated with the Drawer control...
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
Properties associated with Tab controls
A Tab control found in a window or in a page can be handled by several WLanguage properties......
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
Properties associated with a page
<Table>.FilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
HTMLEndPage (Property)
The HTMLEndPage property is used to get and change the HTML code inserted at the end of the page.
HTMLHeader (Property)
The HTMLHeader property is used to get and change the HTML code inserted in the page header.
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Flexbox control properties
You can manipulate Flexbox controls in a page using the following WLanguage properties......
InComponentMode (Function)
Indicates whether the code is run: from a WINDEV application, a WEBDEV site or a PHP page. from a component....
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Optional events
By default, the codes available in the code editor correspond to the most common codes......
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Functions for managing objects (External language)
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
How to create and handle a structure?
This help page explains how to create and handle a structure....
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....