ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Installing 64-bit WINDEV, WEBDEV or WINDEV Mobile
This chapter presents the configuration required to install WINDEV, WEBDEV or WINDEV Mobile in 64-bit mode......
DriveCopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
<Source>.ViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
Custom properties (WLanguage)
A custom property is a code element with two events......
ImageMode (Property)
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window.
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
<Variable Drive>CopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
9-slice scaling
9-slice scaling allows you to resize images without any distortion......
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......
OLEServer (Function)
Lists the OLE servers registered toward the current system.
How to create a patch?
GDPR: Concrete solutions
GDPR: General Data Protection Regulation...
WDTrans: Rolling back all changes made to the files held by a transaction
If a transaction is in progress, rolls back all changes made to the files since the beginning of the transaction......
<Source>.Password (Function)
Defines the password used to create or open a data file.
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....