ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.FileExist (Function)
Finds out if a file exists, i.e. if it has been physically created (HCreation or HCreationIfNotFound).
HSetTrigger (Function)
Enables or disables the management of triggers.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
<Source>.ToItem (Function)
Assigns the specified value to an item of the current record.
Managing the certificates
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity....
HSave (Function)
Modifies the current record if it exists, otherwise adds a new record.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
<Connection variable>.CloseConnection (Function)
Closes a connection to a database.
HFree (Function)
Transforms the crossed records (HCross) into deleted records.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
HCancelSeek (Function)
Cancels the current search criterion.
HChangeName (Function)
Modifies the physical name of a data file.
HDeclare (Function)
Declares a description of data file (found in an analysis) in the current project.
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
HOpenConnection (Function)
Opens a connection to a specific database.
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
HErrorLock (Function)
Used to check whether a lock error occurred.
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
<Connection variable>.ListParameter (Function)
Returns the list of parameters saved from the stored procedures on the server.
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
<Connection variable>.PriorityClient (Function)
Modifies the priority of a client application.
<Source>.ErrorModification (Function)
Returns the value of a record item when a modification conflict occurs..
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....