ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Toast>.Display (Function)
Displays a "Toast" message.
Switzerland.CheckOASI (Function)
Checks the validity of a Swiss Old-?Age and Survivors' Insurance Number (OASI)....
Switzerland.CheckBER (Function)
Checks the validity of a BER number (company identifier in the Swiss Business and Enterprise Register).
<redisConnection>.Publish (Function)
Publishes a message on a Redis broadcast channel.
<redisConnection>.PipelineGet (Function)
Retrieves the result of the execution of a Redis command that was added by RedisPipelineAdd.
<redisConnection>.PipelineReset (Function)
Ignores the results of the execution of a Redis command that was added by RedisPipelineAdd.
<redisConnection>.PipelineAdd (Function)
Adds a Redis command in a pipeline.
<redisConnection>.ExecuteCommand (Function)
Executes a command on a Redis server and retrieves the result.
<redisConnection>.Unsubscribe (Function)
Cancels a subscription to a Redis broadcast channel.
<redisConnection>.Connect (Function)
Opens a connection to a Redis server (or cluster).
<redisConnection>.Subscribe (Function)
Subscribes to a Redis broadcast channel.
France.CheckSIREN (Function)
Checks the validity of a French SIREN number (Système d'Identification du Répertoire des Entreprises)....
Switzerland.CheckUID (Function)
Checks the validity of a UID number (Swiss business identification number).
<Connection>.InfoLock (Function)
Returns information about the lock set on a data file, on one or all the records in a data file.
Calling a procedure/a function
Syntax for calling a local or global procedure.
<Report>.Print (Function)
Prints a report created with the report editor.
<Source>.ErrorModification (Function)
Returns the value of a record item when a modification conflict occurs..
<Source>.Save (Function)
Modifies the current record if it exists, otherwise adds a new record.
<Source>.OnError (Function)
Customizes the management of HFSQL errors.
<Source>.ExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
<Source>.State (Function)
Used to find out the state of a record.
<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.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
<Source>.IndexingInProgress (Function)
Indicates that a reindex operation is currently performed on an HFSQL data file and returns the percentage of reindexing already performed.