ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Serialization constants
The serialization constants are as follows:
sfError (Type of variable)
The sfError type is used to find out the characteristics of an error returned by Salesforce...
TelemetryDisable (Function)
Disables the telemetry. The telemetry data is not sent to the server anymore.
The UAC mechanism in Windows Vista (and later)
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism......
HOpenConnection (Function)
Opens a connection to a specific database.
Screen,Get (External language)
Retrieves the value in a control or in a variable.
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......
hFileParameter (Type of variable)
The hFileParameter type is used to define the data files taken into account by a scheduled optimization task.
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
PageChangeLayout (Function)
Applies a specific layout to a page.
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
Find/Replace in the current project
The "Find/Replace" feature is used to......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......