ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GOTO statement
The GOTO statement is used to run a code identified by a given label...
Clipboard management functions
List of functions for managing the clipboard...
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
HModifyStructure (Function)
Used to update the structure of an HFSQL data file by performing an automatic data modification (also called data synchronization).
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
zipExist (Function)
Used to find out whether an archive exists.
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
FirstDayOfMonth (Function)
Returns the first day of the month.
DisplayOrphan (Property)
The DisplayOrphan property is used to: Determine whether a row or column in a Pivot Table control is displayed when it has no parent. Change the display mode of a row or column in a Pivot Table control when it has no parent....
Dynamic structure (Type of variable)
A structure can be allocated dynamically...
StringReverse (Function)
Reverses the characters of a string.
Window management functions
List of functions for managing windows...
HBuildKeyValueANSI (Function)
Regardless of the platform used, the data stored in the HFSQL files is in ANSI format.
iEndReport (Function)
Forces the report print to stop.
SQLTransaction (Example)
Usage example of the SQLTransaction function
gBackgroundGradient (Function)
Describes a display color in gradient mode.
HJSONToRecord (Function)
Imports JSON data into the current record.
LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
MobileNetworkStatus (Function)
Returns the current status of the connection to data on the mobile network or asks to be notified when the status of the connection to data changes.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL file).
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...