ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Opening, closing and saving a query
The query editor allows you to easily handle the queries....
Generating SQL scripts
The content of an analysis can be exported in the format of SQL scripts for a specified database (SQL Server, Oracle, ......
How to associate an image with an element found in a TreeView Table?
This help page explains how to customize the default image associated with the elements found in a TreeView Table....
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Defining a help window template
WINDEV allows you to create help window templates......
The Check Box control
A Check Box can correspond to......
HtmlFormat (Property)
The HtmlFormat property is used to: find out whether an edit control accepts the input in HTML format. modify the input format of an edit control....
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
Options for generating the HTML pages
The options for generating the HTML pages in a WEBDEV project can be defined......
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description......
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
Report data source
...The reports can be created with the data coming from:...
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Voice commands in your applications
The applications that you develop can react to the user's voice......
Describe a WEBDEV style
This window enables you to describe the WEBDEV style that will be used for the controls of your WEBDEV project......
Defining a unique name for the generated file
When generating a file on the Web server (PDF, HTML, ......
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
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....
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
Chart: Managing legends
Several types of legends are supported in the charts......
Search and full-text index
HFSQL proposes a quick search for character strings in the data......
Ribbon (Property)
The Ribbon property is used to access the Ribbon control of the associated control (Word Processing, PDF Reader, Spreadsheet, Image Editor, HTML Editor or Diagram Editor controls).