ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 1030: The access to the base class is restricted by a private inheritance
RuleVisible (Property)
The RuleVisible property is used to: Find out whether the rulers are visible or invisible in a Word Processing control. Make the rulers visible or invisible in a Word Processing control....
InitialState (Property)
The InitialState property is used to get the initial state of a control.
TotalRange (Property)
The TotalRange property is used to get and change the total range of data represented by the Range Slider control.
Error 1029: The access to the base class is restricted by a protected inheritance
Automatic error handling
Error handling can be customized for each process......
12. Retrieving data from a site
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
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......
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
Handling the report blocks through programming
Each report block is associated with different events......
WEBDEV Account Manager
WEBDEV Account Manager allows you to easily host websites developed with WEBDEV......
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites......
Spelling check functions
The following functions are used to manage the spelling checker:
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
Handling Ribbon controls programmatically
WINDEV allows you to programmatically handle Ribbon controls, as well as their tabs and groups....
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
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......
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is based on a data file.
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
9. Sharing a project in practice
Sharing a project in practice...
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......