ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sub-query
A sub-query is a query whose result is used by another query...
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
<Source>.Password (Function)
Defines the password used to create or open a data file.
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
SQLNext (Function)
Positions on the next row of the query result.
<Connection>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
<Connection variable>.NotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
<Connection variable>.CancelBackup (Function)
Cancels a current backup.
<Connection variable>.DeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
HInfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
HDeleteLink (Function)
Deletes an integrity rule between two data files on the server.
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
IntegerPart (Property)
The IntegerPart property is used to configure Numeric items.
DecimalPart (Property)
The DecimalPart property is used to configure Numeric items.
MaxThumbnailWidth (Property)
The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
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.
HModifyScheduledBackup (Function)
Modifies a backup scheduling.
KeySize (Property)
The KeySize property is used to set the characteristics of a text memo key item.
HNotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
HState (Function)
Used to find out the state of a record.
HDBIndex (Function)
Opens an xBase index file.