ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
<Variable Drive>MoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
<Variable Drive>RetrieveFile (Function)
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation....
DriveCreateDirectory (Function)
Creates a directory on the remote disk.
Notification (Type of variable)
The Notification type is used to handle the local notifications or the push notifications.
fFileName (Function)
Returns the name of an external file that is currently opened.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
LinkedFile (Property)
The LinkedFile property is used to set the characteristics of a link.
SourceFile (Property)
The SourceFile property is used to set the characteristics of a link.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
<DiskFile variable>.Close (Function)
Closes an external file.
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
<Variable Drive>Rename (Function)
Rename a file or directory on an Drive.
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
SysStatusStorageCard (Function)
Returns the availability status of the storage card on the device.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
Remote HFSQL administrator: Overview
...The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server......
docTable (Type of variable)
The docTable type is used to define the advanced characteristics of a Table paragraph found in a Word Processing document.
docCell (Type of variable)
The docCell type is used to define the advanced characteristics of a table cell found in a Word Processing document.
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
HSetREP (Function)
Enables or disables the management of .REP file.
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).