ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
XML functions
List of XML functions...
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
<Duration type>.ToString (Function)
Converts a duration to a character string in the specified format.
OCRParameter (Function)
Initializes the general options of the native OCR (Optical Character Recognition) system.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents in their applications, without an external software......
HTMLSave (Function)
Saves the content of an htmlDocument variable to an HTML file.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
Calendar functions
List of Calendar functions...
Constants for external files
List of constants used by the functions for managing external files....
xmlNamespace (Type of variable)
The xmlNamespace type is used to handle the XML namespace of a node attribute in an XML document.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
PDFSave (Function)
Saves the content of a pdfDocument variable in a ".PDF" file.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
TimeValid (Function)
Checks the time validity.
dBackground (Example)
Usage example of the dBackground function
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ChronoReset (Function)
Stops and resets a running stopwatch.
Manipulating TreeView controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a TreeView control through programming......