ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sub-query
A sub-query is a query whose result is used by another query...
HSuggestKeyStart (Function)
Starts collecting information on executed queries.
HSuggestKeyEnd (Function)
Finishes collecting information on executed queries.
<Connection variable>.DeleteServerTrigger (Function)
Deletes a server trigger.
<Connection variable>.DescribeServerTrigger (Function)
Adds or modifies a server trigger.
HInfoLog (Function)
Returns information about the server logs.
<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.
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.
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
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.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
HDeleteTrigger (Function)
Deletes a trigger.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.