[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomListView.ShowColumnHeaders

Show header area in ListView, which shows captions of columns.

Declaration

Source position: comctrls.pp line 1565

protected property TCustomListView.ShowColumnHeaders : Boolean
  index Ord(lvpShowColumnHeaders)
  read GetProperty
  write SetProperty
  default True;

Description

ShowColumnHeaders is a Boolean property which indicates whether column headers are displayed for the Report view style (ViewStyle = vsReport). When enabled, the captions for the list Items are displayed as column headers.

The default value for the property is True. Changing the value for the property causes the widgetset class to be updated when its Handle has been assigned.

See also

TCustomListView.Items

  

Collection of list items displayed on the list view control.

TListItem.Caption

  

Caption - the name given to this item on the list.