ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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......
grPieStartAngle (Function)
Indicates the starting angle of the first slice in a Sector, Hemicycle or Donut graph.
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
Transactions: Secure your processing of HFSQL tables
This chapter presents the following topics......
Programming automatic calculations in the columns of a Table control
Events associated with Chart controls
List of events associated with the Chart controls...
Properties associated with the chart series
List of properties associated with the chart series...
WiFiSelectNetworkCard (Function)
Selects the Wi-Fi network card that will be used for the next calls to the WiFi functions.
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
12. Pages in practice
Ignores errors so that replication between HFSQL servers can continue to run....
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a field linked to a file: changes made to the linked table are reflected in the field.. for a programmatically manipulated field: calculated columns are re-calculated....
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static Text control in a report....
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a field linked to a file: changes made to the linked table are reflected in the field.. for a programmatically manipulated field: calculated columns are re-calculated....
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
10. Internal components in practice
SCM administrator
The SCM administrator (Source Code Manager) allows you to handle the different projects included in the Source Code Manager......
Handling a ListView control through programming (prefix syntax)
WINDEV allows you to programmatically handle ListView controls......
Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to handle Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties......
Handling an Organizer control through programming (prefix syntax)
An Organizer control can be handled through programming....
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....