ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
Query editor: Characteristics
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
<Source>.FileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
<Source>.LogInfo (Function)
Adds comments to the log when saving the operation.
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
Handling the framesets
The different operations that can be performed on the framesets are as follows......
Control constants
List of constants used by the functions for managing controls...
2. Web development and WEBDEV
WEBDEV Tutorial: WEBDEV overview Lesson 2: Web development and WEBDEV - 10 min
<Connection variable>.FileExist (Function)
Finds out if a file exists, i.e. if it has been physically created (HCreation or HCreationIfNotFound).
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
<Connection variable>.SetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
7. Available controls in a window
WINDEV Mobile includes several types of controls...
websocketClient (Type of variable)
The websocketClient type is used to identify and define all the advanced characteristics of a client connected to a WebSocket server.
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function