ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
HRecreateSubscriberReplica (Function)
Re-creates the description file of a subscriber replica (universal replication only) according to the information of the master replica (.RPM and.SYN files).
Pinned (Property)
The Pinned property is used to: Pin a control: the position of the pinned control will be relative to the visible area of its container and not to the content area. Determine if a control is pinned....
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Task list
Each project can be associated with a task list......
NetSendBuffer (Function)
Transmits a character string to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
13. Reports
WINDEV Mobile allows you to easily create and print all types of reports with the report editor....
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
TextProgressBar (Property)
The TextProgressBar property gets and sets the text displayed in a progress bar.
Creating an insert query
An insert query (corresponding SQL statement......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
8. 10 tips for better interfaces...
Project Management Hub: New/Fixed incidents
To improve project monitoring, the Project Management Hub shows the evolution of new and fixed incidents over a given period of time, by one or multiple contributors......
Developing 64-bit sites
You can deploy 64-bit compatible sites......
Handling Spreadsheet controls programmatically (in a report)
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
SelectedTextWithTag (Property)
The SelectedTextWithTag property is used to get or change the text selected in a rich edit control (RTF or HTML) with HTML or RTF formatting tags.
SelectedResource (Property)
The SelectedResource property returns the name of the resource that corresponds to the user's selection in a Scheduler control....
How to perform a full file browse?