ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
Multiline strings
To type character strings over several lines in the code editor...
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
Pyramid charts
Pyramid charts allow you to view data in descending order......
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
The Item control
The "Item" control is used to edit the content of an item found in a data file......
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
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.
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
HDescribeFile (Function)
Describes a data file programmatically.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
fExeDir (Function)
Returns the directory from which the execution is started.
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Port (Property)
The Port property is used to identify and change a server connection port.
Extern (Reserved word)
EXTERN is used to...
zipExtractPath (Function)
Returns the path of a file found in the archive.
Color (Property)
The Color property is used to get and change the color of an element.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.