ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Error (Function)
Displays a custom error message in a system error window.
WiFiDetectAccessPoint (Function)
Starts detecting the Wi-Fi access points currently accessible from the device.
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
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....
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
WDZip: Creating or modifying an archive
This help page explains how to......
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).