Skip to content

Line_Width - DfBaseList

Specifies the number of columns and displayable rows in a list

Type: Procedure Set

Parameters

Parameter Type Description
iColumns Integer The number of columns
iRows Integer The number of rows

Syntax

Procedure Set Line_Width Integer iColumns Integer iRows

Call Example

Set Line_Width iColumns iRows

Description

Line_Width specifies the number of columns and displayable rows in a list. The first value represents the number of columns and by default creates a single-column list. The second value should almost always be set to 0. This instructs the list to calculate the number of displayable rows based on the size of the object.