ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Text (Property)
The Text property is used to get and modify text.
Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
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....
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
diagPath (Type of variable)
The diagPath type is used to define all the advanced characteristics of a Path shape (equivalent to a polygon that can include rounded lines).
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Installing the robot controller
The monitoring robot includes three executables......
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).
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
DisplayLongText (External language)
Displays a long text in a text control in Pascal and in C.
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Deploying the application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......