ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<DiskFile variable>.Lock (Function)
Entirely or partially locks an external file.
<DiskFile variable>.Unlock (Function)
Entirely or partially unlocks an external file.
<Scanner variable>.ToPDF (Function)
Saves a document from a scanner to a PDF file.
MarkdownToDOCX (Function)
Converts a Markdown string to a DOCX file.
<PDF reader>.Save (Function)
Saves the content of a PDF Reader to a file.
iParameterPDF (Function)
Defines the options for the generated PDF file.
Handling TimeLine controls programmatically
A TimeLine control can be......
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
<zipArchive variable>.CurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
<zipArchive variable>.ExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......
NbItem (Property)
The NbItem property is used to get the total number of items (including composite keys) in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters....
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
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.
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application......
Binding an OLE control to an item
An OLE control can be bound to an item in a data file, query, etc....
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....
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
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, ......