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

TCustomListView.ShowWorkAreas

Indicates if work area captions and highlights are enabled for the control.

Declaration

Source position: comctrls.pp line 1570

protected property TCustomListView.ShowWorkAreas : Boolean
  index Ord(lvpShowWorkAreas)
  read GetProperty
  write SetProperty
  default False;

Description

ShowWorkAreas is an indexed Boolean property used to configure whether work areas are displayed on the control.

Remark: Work areas are not implemented (for any platform) in the current LCL version.