ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Source>.CreateIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
fSplit (Function)
Splits a file into several files.
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
Blocking tables: correspondence WINDEV 5.5 and higher versions
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory....
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....
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
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.
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).
<Source>.Creation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
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.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
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, ......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
<mongoGridFS variable>.DeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
MongoGridFSDeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
1
2
3
4
5
6
449
>