ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
FTPMakeDir (Example)
Usage example of the FTPMakeDir function
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.
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
J2EERunXML (Function)
Runs a procedure on a server of J2EE XML Web services.
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).
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HPrevious (Function)
Positions on the previous file record according to a browse item.
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
HIndex (Example)
Usage example of the HIndex function
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
HStatNbRec (Function)
Returns the number of entries for a given key item.
HOnError (Example)
Usage example of the HOnError function