ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
HTMLEnableDebugger (Function)
Enable HTML/Javascript debugger on CEF (Chromium)-based HTML fields: HTML Display control or HTML Editor field....
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
Generating a description of a table from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any tables......
<Source>.ListItem (Function)
Returns the list of items in a table (query or view) recognized by the HFSQL engine. The tables defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account.
MyTable (Reserved word)
In a trigger, MyTable is used to identify the table that activates the trigger...
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
The Cell control
The Cell control contains controls......
Database schema: Description of table structure
The database schema allows you to define the structure of tables used by the project......
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
Linking a data-bound Table control to a table or query
A Table control can be used to display the content of a table or query......
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
ERR_NO_TABLE
Content of the Table control
Table controls can be bound to a table, to a variable, or be populated programmatically......
<HTML editor>.FormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
HTMLEditorFormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
1. Database schema: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses tables, it must be associated with a database schema....
1
3
4
5
6
7
270
>