ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
EmailCurrentFolder (Function)
Returns the name of current folder in the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...).
Count (Property)
Count keyword can correspond to: the Count function. This function returns the number of occurrences of a control in a window, page or group of controls. The Count property, which returns a number of elements. This property can be used on: the controls of a window or page. For more details, see Count. a xmlNode variable. a JSON variable....
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....
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
MemFirst (Function)
Positions on the first element of a memory zone and returns the value of this first element.
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
StreamPlay (Function)
Resumes the reception or the emission of a data type in a stream.
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
Table,Select,? (External language)
Returns the index of the selected element in a Table control.
<TreeView>.GiveChild (Function)
Returns the "children" of an element found in a TreeView control.
<TreeView>.InfoXY (Function)
Returns the TreeView element found at a given position.
<Looper>.Select (Function)
Returns the index of the selected element in a Looper control.
<TreeView Table>.GiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
TreeInfoXY (Function)
Returns the TreeView element found at a given position.
TreeGiveChild (Function)
Returns the "children" of an element found in a TreeView control.
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
LooperSelect (Function)
Returns the index of the selected element in a Looper control.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLElementType (Function)
Returns the type of current element (tag or attribute).
List,Position (External language)
Position the first element displayed in the list or returns the subscript of the first element displayed.
PageReadHeaderHTTP (Function)
Reads and returns one or more HTTP headers received by the current page (these headers are sent by the client to the server in the current request).
1
2
3
4
5
6
199
>