ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
<Source>.DeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
GUIDFile (Property)
The GUIDFile property returns the GUID of the file defined in the analysis that was used to create the data file.
OperationLogDirectory (Property)
The OperationLogDirectory property is used to manage the directory of the operation log file associated with a data file.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
LowerValue (Property)
The LowerValue property is used to: Get the lower bound of the interval currently selected in a Range Slider control. Change the lower bound of the interval currently selected in a Range Slider control....
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
ScanToPDF (Function)
Saves a document from a scanner to a PDF file.
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
CalendarOpen (Function)
In a Date edit control, opens a popup window displaying a calendar.
Analysis: Describing data files
The analysis is used to define the structure of data files used by the project......
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV......
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
General options of WINDEV, WEBDEV and WINDEV Mobile
The general options are used to configure the working environment of the product used......
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
rssImage (Type of variable)
The rssImage type is used to describe the image of a RSS stream...
UpdateDate (Property)
The UpdateDate property is used to get the update date of an element.
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......