ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Translating a text file with WDTRAD
LogFile (Property)
The LogFile property is used to determine if a data file is a log file.
TransactionFile (Property)
The TransactionFile property is used to determine if a data file is a transaction file.
Dialog box management functions
List of functions for managing dialog boxes...
Control management functions
List of functions for managing controls...
Clipboard management functions
List of functions for managing the clipboard...
Windows event management functions
List of functions for managing Windows events...
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
Creating an update query
An Update query (SQL UPDATE statement) is used to modify the records in a database file......
AAF: File Path edit controls
The edit controls that use the "File name and full path" input mask propose several AAFs (Automatic Application Features): a specific popup menu used to handle the file. a file preview in thumbnail format (for an Image or PDF file path)....
<mongoGridFS variable>.SendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
<Source>.ImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
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.
Standard FTP functions
List of standard FTP functions...
Events associated with Link controls
List of events associated with Link controls...
Accessing an LDAP directory
An LDAP directory is used to share information databases on a local or external network....
Java application and WINDEV
A Java application is an application entirely compiled in Java......
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Defining a unique name for the generated file
When generating a file on the Web server (PDF, HTML, ......
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
Link functions (prefix syntax)
Link functions are used to link the interface with the data files (and vice versa)....