ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
Automatic management of exceptions
The management of exceptions can be customized by process......
Zoom (Property)
The Zoom property gets or sets the zoom value: in an Image control. in a Map control. in an Organization Chart control. in a Table, TreeView Table, Pivot Table, Spreadsheet or List Box control. in a Word Processing control. in a PDF Reader control. in a Camera control. in a Diagram Editor control; in a window....
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
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......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Query and project
Select query description window
The description window of a select query includes several sections......
Managing the runtime errors
Some errors may occur in your application......
grSeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
<Chart>.SeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
<Chart>.InfoXY (Function)
Returns information about the series found at a specific chart point.
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
Check model
You can use check models to easily create checks...