This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
LISTBOX Get row height
|
LISTBOX Get row height ( {* ;} object ; row ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
* | Operator |
![]() |
If specified, object is an object name (string) If omitted, object is a variable | |||||
object | Form object |
![]() |
Object name (if * is specified) or Variable (if * is omitted) | |||||
row | Longint |
![]() |
List box row whose height you want to get | |||||
Function result | Integer |
![]() |
Row height | |||||
The LISTBOX Get row height command returns the current height of the specified row in the list box object designated using the object and * parameters. Row height can be set globally using the Property List or the LISTBOX SET ROWS HEIGHT command, or individually by means of the LISTBOX SET ROW HEIGHT command.
If you pass the optional * parameter, you indicate that the object parameter is an object name (string). If you do not pass this parameter, you indicate that the object parameter is a variable. In this case, you pass a variable reference instead of a string. For more information about object names, refer to the Object Properties section.
If the specified row does not exist in the list box, the command returns 0 (zero).
The returned height value is expressed:
LISTBOX Get auto row height
LISTBOX Get rows height
LISTBOX SET ROW HEIGHT
Product: 4D
Theme: List Box
Number:
1408
Created: 4D v16
4D Language Reference ( 4D v20 R7)