ADD:
Ich habe gerade bemerkt, dass ich diese Dinger bereits überschrieben habe:
Delphi-Quellcode:
TSortListView = class(TListView)
private
FSortListColumns: TSortListColumns;
procedure SetSortListColumns(Value: TSortListColumns);
...
published
property Columns: TSortListColumns read FSortListColumns write SetSortListColumns;
...
end;