ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFSQL Client/Server management functions
Several HFSQL functions are used to manage the HFSQL Client/Server data......
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....
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
<zipArchive variable>.ListFile (Function)
Returns the list of files found in an archive.
<zipArchive variable>.DeleteFileList (Function)
Deletes a list of files from an archive.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
<zipArchive variable>.Exist (Function)
Determines whether an archive exists.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
grDonutHolePercentage (Function)
Modifies the percentage corresponding to the radius of the hole in a Donut chart.
Constants for managing Organizer controls
Constants for managing Organizer controls...
iNestedHeaderFooter (Function)
Prints (or not) the page headers and footers of nested report.
fAttribute (Function)
Returns or modifies the attributes of a file.
grGradient (Function)
Enables or disables the display of color gradients in a chart.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
ListView control properties
List of properties associated with the ListView control...
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
fWrite (Example)
Usage example of the fWrite function
ToClipboard (Function)
Writes text or image information into the system clipboard.
grScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
HTTPRequest (Function)
Starts an HTTP request on a server.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
HChangeConnection (Example)
Usage example of the HChangeConnection function