ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HMode (Function)
Changes the mode and the method for locking data files.
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
12. Control templates
WINDEV Mobile allows you to create control templates....
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
<Window>.CurrentLayout (Function)
Returns the index of the current layout in the window or internal window.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
Invalid input management functions
Invalid input management functions...
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
HCreationIfNotFound (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....
HSecurity (Function)
Enables or disables the automatic security mechanism on one or more data files.
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
gpwAddUser (Function)
Adds a user to the User Groupware database.
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
Camera control: decoding the bar codes (prefix syntax)
In iOS and Android, the bar codes can be decoded via the Camera control by BCCapture......
Chart control: "General" tab
In all the editors (window, page or report), the "General" tab of the Chart control description window allows you to define the global characteristics of the control......
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....