lcl: fix accidental removal of TListColumns method. Issue #24478

git-svn-id: trunk@41409 -
This commit is contained in:
blikblum 2013-05-26 03:01:04 +00:00
parent 10a5d9c1ad
commit 5df0a63a69

View File

@ -1128,6 +1128,7 @@ type
procedure WSCreateColumns;
procedure SetItem(const AIndex: Integer; const AValue: TListColumn);
protected
function GetOwner: TPersistent; override;
public
constructor Create(AOwner: TCustomListView);
destructor Destroy; override;