ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV 2024 feature!
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The MaxNbLinesPerRow property is used to get and set the maximum row height in a Table control (expressed as a number of characters).
Example
// Allows up to 5 lines of text in a row of a Table control
TABLE_MyTable_Customer.MaxNbLinesPerRow = 5
Syntax

Getting the maximum row height in a Table control Hide the details

<Result> = <Table control>.MaxNbLinesPerRow
<Result>: Integer
Number of lines that can be displayed.
<Table control>: Control name
Name of the Table control used. It can be a Table control based on a data file, a Table control populated programmatically, or a Table control based on a variable.

Setting the maximum row height in a Table control Hide the details

<Table control>.MaxNbLinesPerRow = <New height>
<Table control>: Control name
Name of the Table control used. It can be a Table control based on a data file, a Table control populated programmatically, or a Table control based on a variable.
<New height>: Integer
Number of lines that can be displayed.
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 02/02/2024

Send a report | Local help