ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
grLoadParameter (Function)
Restores the parameters used to draw a chart.
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
FTPCommand (Function)
Sends a specific FTP command to a server.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
FTPDisconnect (Function)
Closes the connection between the current computer and the FTP server (File Transfer Protocol).
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
StreamStop (Function)
Stops receiving or broadcasting a type of data in a stream.
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
AutoRunDelete (Function)
Stops the automatic execution of a WINDEV application.
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
HOpen (Function)
Opens a data file.
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.