ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SQL functions for accessing the external databases
List of SQL functions used to access the external databases...
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
Procedure/Function
A procedure is used to associate an identifier with a statement block......
HCancelSeek (Function)
Cancels the current search criterion.
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......
Software Factory
The concept of software factory is used to automate the process for creating applications....
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
Enumeration (Type of variable)
An enumeration is a set of values......
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
HDeleteLink (Function)
Deletes an integrity rule between two tables on the server.
HDeleteServerTrigger (Function)
Deletes a server trigger.
SourceKey (Property)
The SourceKey property sets the characteristics of a link.
<Source>.InfoLock (Function)
Returns information about the lock set on a table, on one or all the records in a table.
HInfoServer (Function)
Returns the specified information about the server.
DSVFormat (Variable type)
The DSVFormat is used to define and change characteristics of the Delimiter Separated Values (DSV) format.
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...