ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
fSplit (Function)
Splits a file into several files.
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
xlsOpen (Function)
Opens an Excel file (xls or xlsx files).
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL data file, view or query.
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
File (Property)
The File property is used to manage the files a functionality applies to.
PDFMerge (Function)
Merges several existing PDF files into a single PDF file. The files are merged one after another. The paths of PDF files can be found in an array.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
Managing the HDFS system
HDFS (Hadoop Distributed File System) is one of the component of the Hadoop framework......
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
<Upload>.DeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
<Source>.ChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
UploadDeleteAll (Function)
Clears the list of files to upload: no file will be uploaded on the server.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
REP files
REP files contain the list of data files handled by the application....
<Source>.Close (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
7. HFSQL: files physically created
1
2
3
4
5
6
177
>