ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HInfoAnalysis (Function)
Returns information about an analysis (WDD file).
ServiceContinue (Function)
Restarts a paused service.
HInfoViewRights (Function)
Allows you to find out the rights granted to a user or to a group on an SQL view or on a materialized view.
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
ProjectInfo (Function)
Returns specific information about the project currently run.
fMerge (Function)
Merges several files into a single one.
HCancelBackup (Function)
Cancels a current backup.
Event (Example)
Usage example of the Event function
DDESend (Function)
Sends a data to the program connected via DDE.
iPageHeightLeft (Function)
Calculates the available height (in millimeters) left on the current page while taking into account the defined margins (top or bottom).
Overloading a WLanguage function or using a WLanguage function in an SQL query
WLanguage includes the "WL" keyword......
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users......