ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Variable Drive>MoveDirectory (Function)
Move a directory and its contents to another directory on the same Drive (remote disk).
DriveListeFile (Function)
Lists files in an Drive directory.
DriveCreateDirectory (Function)
Creates a directory on the remote disk.
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.
DriveRecoverDirectory (Function)
Retrieves a directory (and its files) from an Drive (remote disk) and saves it on the user's workstation....
HChangeName (Function)
Modifies the physical name of a data file.
<Variable Drive>SendDirectory (Function)
Sends a directory and its files (present on the user's machine) to an Drive (remote disk)....
<Variable Drive>RetrieveFile (Function)
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation....
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
HJSONToRecord (Function)
Imports JSON data into the current record.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
HState (Function)
Used to find out the state of a record.
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
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.
DriveMoveDirectory (Function)
Moves a directory and its contents to another directory within a remote drive.
DriveCopyDirectory (Function)
Copies a directory on a remote drive to another directory.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
Translating a text file with WDTRAD
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...