ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Looper>.ToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
ScrollbarIsVisible (Function)
Used to find out whether the scrollbar of a control in a WINDEV application is visible.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
Filter
The Filter keyword can correspond to: the Filter function. the Filter property....
HCheckServerUpdate (Function)
Checks for the latest version of the HFSQL server that can be automatically updated.
<TreeView>.Find (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
<PDF Reader>.Close (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
<Upload>.FileSize (Function)
Returns the total size (in bytes) of a file found in an Upload control.
14. Managing the "Back" button in practice
PDFReaderClose (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
iAddAttachment (Function)
Adds an attachment in a PDF file generated by a PDF print export.
xpathResult (Type of variable)
The xpathResult type is used it find out the result of the execution of an XPATH query.
<Document variable>.RedoCount (Function)
Returns the number of canceled actions that can be redone on a Document variable.
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server data file....
grComparativeSeriesPosition (Function)
Fixes the position (left or right) of a series in a comparative Histogram chart.
<Word Processing>.UndoCount (Function)
Returns the number of actions that can be undone in a Word Processing control.
<Document variable>.Close (Function)
Closes the docx file associated with the Document variable and frees the document.
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
<Spreadsheet>.Load (Function)
Loads a file in XLSX format in a Spreadsheet control found in a window.
Upload functions (prefix syntax)
The following functions are used to manage uploads (prefix syntax):...
<xmlNode variable>.FindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.