ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
<Table>.ToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
<Connection variable>.RSInfo (Function)
Reads the replication configuration for an HFSQL server that takes part in one or more replications.
<Connection variable>.DeleteScheduledOptimization (Function)
Deletes a scheduled optimization task from HFSQL Client/Server data files....
HNext (Function)
Sets the position on the next data file record according to a browse item.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times...
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
WEBDEV administrator: Viewing the logs
The "Logs" tab is used to see the details of logs for a specific period......
Unicode in character strings
UNICODE is an encoding system that assigns a unique number to each character....
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
ReplicSynchro: Overview
ReplicSynchro: Use
ReplicAdmin: Overview
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
Zombie data files and items
During the life of an application, items live and die......
Reintegrating translated text into a project
Once the translation of framework libraries ("......
"Syntax help" pane
The "Syntax help" pane displays a short help text for the function being entered......
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
HListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection....
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......