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

TListColumn.SortIndicator

Specifies the sort indicator displayed for the column.

Declaration

Source position: comctrls.pp line 1245

published property TListColumn.SortIndicator : TSortIndicator
  read FSortIndicator
  write SetSortIndicator
  default siNone;

Description

Reflects the sort direction or order for the column on the associated list view control.

See also

TSortIndicator

  

Represents the sort indicators available for a column in a list view control.