ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
<Connection variable>.EndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
<Connection variable>.NoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
<Connection variable>.ListDatabase (Function)
Lists the Client/Server databases associated with a connection....
<Connection variable>.InfoServer (Function)
Returns the specified information about the server.
HDBIndex (Function)
Opens an xBase index file.
<Connection variable>.DescribeServerTrigger (Function)
Adds or modifies a server trigger.
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
<Connection variable>.DeleteLink (Function)
Deletes an integrity rule between two data files on the server.
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.
The "Analysis" pane
The "Analysis" pane lists......
Stemming (Property)
The Stemming property is used to enable stemming and to define the language used for stemming in a full-text index defined through programming.
<Source>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
SourceKey (Property)
The SourceKey property sets the characteristics of a link.
Query technical documentation
The query editor automatically creates a technical documentation for each query......
SQL functions for accessing the external databases
List of SQL functions used to access the external databases...
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
HDeleteServerTrigger (Function)
Deletes a server trigger.
HDeleteLink (Function)
Deletes an integrity rule between two data files on the server.
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
HInfoServer (Function)
Returns the specified information about the server.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.