ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

xmlSignatureReference (Variable type)
The xmlSignatureReference type is used to add a reference section into the XML signature.
XMLAddAttribute (Function)
Adds an attribute into an XML document.
XMLExtractDocument (Function)
Creates a new XML document from an existing XML document.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
XMLToText (Function)
Converts a character string in XML format into a standard character string.
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
ChronoResume (Function)
Restarts a stopwatch that was stopped by ChronoEnd or ChronoPause.
Source (Property)
The Source property can be used on: Chart control field field: in this case, the Source property indicates the source of the series: table column, list of values, etc, ... a connection: in this case, the Source property is used to identify or define the source of a connection (HFSQL Client/Server, OLE DB, etc.).....
The "Area" charts
The Area chart is used to highlight the amplitude of a change......
CameraParameter (Function)
Returns or modifies the value of a parameter for the device camera. Function kept for "Version-26-compatible" Camera controls....
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed as parameter.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
BackgroundColor (Property)
The BackgroundColor property is used to get and change the background color of an element.
HImportText (Function)
Imports a Text file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....