ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLToText (Function)
Converts a character string in XML format into a standard character string.
ODBC driver for HFSQL Classic and HFSQL Client/Server - License agreement
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
ExceptionInfo (Function)
Retrieves information about the current exception.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
fListFile (Function)
Lists the files found in a directory and returns the list of files.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
StringReverse (Function)
Reverses the characters of a string.
HState (Function)
Used to find out the state of a record.
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
Contains (Function)
Allows you to check if a substring is within a string.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.