ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
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).
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
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).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
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).
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
HOpenConnection (Function)
Opens a connection to a specific database.
HPass (Function)
Defines the password used to create or open a data file.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HComputer (Function)
Stores a unique computer number or identifier in order to use the log and transactions over the network.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
HCross (Function)
Crosses a record in a data file.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).