ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

grCreate (Function)
Creates a specific type of chart.
Page-by-page deployment
You now have the ability to deploy site sections or individual pages......
5. Displaying a WEBDEV Session site
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: get the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file. specify the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file....
Creating a help file
WINDEV, WEBDEV and WINDEV Mobile allow you to create a help file and associate it with an application or website......
FontCreate (Function)
Creates a font definition.
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
5. Deploying a dynamic site (Session or AWP) in practice
The Sliding Banner control
The Sliding Banner control is used to display several contents successively, either automatically, or further to an action performed by the Web user......
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
13. Security benefit: managing the "Back" button
Project managers: How to manage a development project?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile provide project managers with several tools to manage a development project including......
Managing the groups and users (HFSQL Client/Server)
To simplify the management of users and groups of users, the HFSQL Client/Server engine uses several variables allowing you to easily define the characteristics of groups and users......
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
Operator on Address
The & operator returns the address of a variable as an integer
Array management functions
List of functions for managing arrays...
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Report templates and inheritance
When a report template is applied to a report, all the controls and code found in the template are "copied" into the report......