IListView.GridLines

Syntax

GridLines: Boolean;

Description

The GridLines property determines whether the grid is displayed.

Comments

The property is set to False by default, the grid is not displayed. If the component is set to to True, the grid is displayed in the component.

The GridLines property is relevant if the IListView.Style property is set to Report.

Example

See also:

IListView