ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<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....
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
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......
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable......
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).
Automated tests: Overview
Several test tools are available to guarantee the quality of your applications......
DisplayLongText (External language)
Displays a long text in a text control in Pascal and in C.
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
ControlFindHighlight (Function)
Highlights, in a window or control, all the captions and texts corresponding to a given text.
fInsertTextAtBeginning (Function)
Inserts text at the beginning of a file without overwriting the existing text.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
Using a query with parameters
A query with parameters can be used......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
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......
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
TestAddIteration (Function)
Adds an iteration into the current test and gives the values of test parameters for this iteration.