ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
<Source>.CreationIfNotFound (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....
FilePath (Property)
The FilePath property gets: the name of the xlsx file associated with a Spreadsheet control. the name of the file associated with an Image Editor control. the name of the PDF file associated with a PDF Reader control. the name of the DOCX file associated with a Word Processing control. the name of the wddiag file associated with a Diagram Editor control....
DefaultFilePath (Property)
The DefaultFilePath property gets and sets the full file name (path and file name) suggested by default when saving a document in a Word Processing or HTML Editor control via the "Save as" option.
fSplit (Function)
Splits a file into several files.
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
FileName (Property)
The FileName property gets the name of a file (WDPic file or file generated for a print job).
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ......
The Upload control
The Upload control is used to upload files on the Web server......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
<mongoGridFS variable>.DeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
MongoGridFSDeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
RepeatableReadSupported (Property)
The RepeatableReadSupported property is used to: Determine if the data file (defined in the data model editor or programmatically) can be used in HFSQL Client/Server in a transaction that includes a "Repeatable Read" isolation mode. Allow the use of a transaction that includes a "Repeatable Read" isolation mode for a data file (files described programmatically only)....
1
2
3
4
5
6
253
>