ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
Sort (Function)
Sorts a WLanguage array.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
Looper control functions
List of functions for managing Looper controls...
HAlias (Example)
Usage example of the HAlias function
HState (Example)
Usage example of the HState function
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
HCancelBackup (Function)
Cancels a current backup.
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.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
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.
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
zipExtractPath (Function)
Returns the path of a file found in the archive.
fMerge (Function)
Merges several files into a single one.
HInfoAnalysis (Function)
Returns information about an analysis (WDD file).
Event (Example)
Usage example of the Event function
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......