ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StopWord (Property)
The StopWord property is used to define stopwords in a full-text index defined through programming.
<Connection variable>.InfoServer (Function)
Returns the specified information about the server.
HDBIndex (Function)
Opens an xBase index file.
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
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.
KeySize (Property)
The KeySize property is used to set the characteristics of a text memo key item.
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
SQLLast (Function)
Sets the position on the last row of the query result.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
<Connection variable>.ListDatabase (Function)
Lists the Client/Server databases associated with a connection....
Synonym (Property)
The Synonym property is used to define synonyms in a programmatically defined full-text index.
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.
HDeleteServerTrigger (Function)
Deletes a server trigger.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
HInfoServer (Function)
Returns the specified information about the server.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
HDeactivateTrigger (Function)
Disables a trigger.
WINDEV 2024 Tutorial - Table of contents
HDescribeConnection (Function)
Describes a new connection to an external database.
TreeView data-bound Table control based on a table
A TreeView Table control can be linked to a table or a query......