ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Spare server
A "spare" server is a target server in a unidirectional automatic replication......
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
Pushed (Property)
The Pushed property is used to get and change the state of a two-state button (pressed or released).
Extracting the text of the project
The following text can be extracted......
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
GranularityAppointment (Property)
The GranularityAppointment gets and changes the precision of the grid used to define appointments in Organizer or Scheduler controls. Property kept for backward compatibility.
HRSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
PageLayout (Property)
The PageLayout gets and sets the layout of the current diagram in the Diagram Editor control. The layout of the diagram is defined in a variable of type diagLayout.
<Connection variable>.RSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
15. Creating the executable in practice
Creating the executable in practice...
Typing multilingual texts
For a multilingual application, you have the ability to......
GenerateLorem (Function)
Generates a random "Lorem ipsum" text to temporarily populate a control with text, for example.
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
Custom tooltips
Tooltips are very useful for application users......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
Types of recognized PCL printers
WINDEV and WEBDEV allow you to automatically print for a number of specific PCL printers......
28. Site SEO
ServiceStart (Function)
Starts a service.
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......
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......