ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLClose (Function)
Closes an XML document created by XMLDocument.
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
XMLSavePosition (Function)
Stores the current position in the XML document.
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....
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
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......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
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....
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.)....
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
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......
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
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.
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
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]......
DisplayLongText (External language)
Displays a long text in a text control in Pascal and in C.
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.
2. User-friendly editors in practice
User-friendly editors in practice...