Skip to main content
Version: Next

LISTBOX Get number of rows

LISTBOX Get number of rows ( {* ;} object ) -> Function result

ParameterTypeDescription
*Operator🡒If specified, object is an object name (string) If omitted, object is a variable
objectForm object🡒Object name (if * is specified) or Variable (if * is omitted)
Function resultLongint🡐Number of rows

Description

The LISTBOX Get number of rows command returns the number of rows in the list box set in the object and * parameters.

Note: This command does not take the hidden/displayed state of the rows into account. For example, in a list box with 10 rows where the first 9 rows are hidden, LISTBOX Get number of rows will return 10.

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.

Note: If the arrays associated with the columns of a List box do not all have the same size, only the number of items corresponding to the smallest array will appear in the list box and thus be returned by this command.

See also

LISTBOX DELETE ROWS
LISTBOX INSERT ROWS