ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
<Source>.GetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
Native MariaDB Connector: Programming with SQL functions
The SQL functions can be used to handle the MariaDB database......
<Source>.LockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
<Source>.SetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
<Source>.CreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
<Source>.DuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
<Source>.Cross (Function)
Crosses a record in a data file.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
<Source>.First (Function)
Sets the position on the first record of a data file according to the specified browse item.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......
<Source>.ListLink (Function)
Returns the list of links (Merise type) found in the current analysis or in a specific analysis.
Project description: Project tab
The project description window allows you to configure various elements of your project......
<Source>.Last (Function)
Sets the position on the last record of a data file according to a browse item.
<Source>.StatCalculate (Function)
Performs various statistical calculations on the file keys.
<Source>.FilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
<Source>.Read (Function)
Reads a record in a file according to a given record number.
<Source>.FilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
<Source>.FilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
Resource (Property)
The Resource property is used to: find out the resources visible in a Scheduler control. find out the resource of the Scheduler control that corresponds to the specified index....
HTransactionIsolation (Function)
Configures the isolation mode of transactions for a connection to an HFSQL server.
<Source>.ErrorStatusModification (Function)
Returns the status of a record during a modification conflict.