ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style....
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
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....
List,Modify (External language)
Modifies an element in a drop-down list or in an expanded list.
List,Select,+ (External language)
Selects an element in a drop-down list or in an expanded list.
List,Select,- (External language)
Deselects an element from a drop-down list or from an expanded list.
List,Delete (External language)
Deletes an element from a drop-down list or from an expanded list.
CertificateCheckFileSignatureFile (Function)
Checks the correspondence between a signature and a file. The signature was kept as an external file.
MongoGridFSSendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
<Chart>.LineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a Line chart....
<mongoGridFS variable>.SendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
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.
grLineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a line chart....
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
NetSendFile (Function)
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. This function is kept for backward compatibility....
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.