ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XMLRoot (Function)
Positions on the root tag of an XML document.
XMLSavePosition (Function)
Stores the current position in the XML document.
XMLClose (Function)
Closes an XML document created by XMLDocument.
WDTestSite: Overview
WDTestSite is used to run different tests on a WEBDEV site......
XMLAddChild (Function)
Adds a child tag into an XML document.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
XMLRestorePosition (Function)
Restores the previously saved context of an XML document.
DisplayLongText (External language)
Displays a long text in a text control in Pascal and in C.
OCRDetectTextArea (Function)
Returns all text areas of an image without reading the text.
Text (Property)
Text is used to find out whether an item is a text item.
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]......