ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML table
The HTML Table control allows you to create specific layouts in HTML pages...
The Cell control
The Cell control contains controls...
HTMLEditorInsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
<Editor HTML>.InsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
8. "Mobile friendly" site: Dynamic serving
Merging differences (SCM)
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
HFSQL Client/Server: Configuring the data files on the server
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
Automatic management of exceptions
The management of exceptions can be customized by process......
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
2. Listing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 2 - Listing products - 50 min
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
Events associated with internal windows
List of events associated with internal windows...
WDMap: Characteristics of the files found in a database
WDMap is used to get various characteristics specific to......
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
Properties associated with reports and controls
List of properties associated with the reports and their controls...
Handling a Logical Data Model (LDM)
The main operations that can be performed on an LDM are as follows......
Using the task management and the schedule
Time management is extremely important......
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
GglUploadDocument (Function)
Uploads a document to the Google server.
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
14. Managing the "Back" button in practice