ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SourceKey (Property)
The SourceKey property sets the characteristics of a link.
Style sheet
A style sheet ("......
Style of a control
As soon as it is created, a control is associated with a style......
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
StopWord (Property)
The StopWord property is used to define stopwords in a full-text index defined through programming.
Synonym (Property)
The Synonym property is used to define synonyms in a programmatically defined full-text index.
fDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
SQLLast (Function)
Sets the position on the last row of the query result.
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
HDeactivateTrigger (Function)
Disables a trigger.
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
HDeleteServerTrigger (Function)
Deletes a server trigger.
HInfoServer (Function)
Returns the specified information about the server.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
Image control: the supported formats
The supported image formats are as follows:...
Creating help pages
A help system includes several pages......
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests......
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
Managing the styles
The help editor allows you to define styles of paragraphs......
<Source>.ExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
<Source>.JSONToRecord (Function)
Imports JSON data into the current record.
<Source>.RecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.