ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
HCross (Function)
Crosses a record in a data file.
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
iPrintReport (Function)
Prints a report created with the report editor.
MyControl (Reserved word)
The MyControl keyword represents the control that holds the process being executed.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Structure of log files (HFSQL Classic)
The following files are automatically created when logging an HFSQL Classic data file......
NFCSendTag (Function)
Sends a NFC tag to another device.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
Check: Sending an email
The monitoring robot will......
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
fExeDir (Function)
Returns the directory from which the execution is started.
Character strings
WLanguage supports different types of strings....
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....