mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:39:14 +02:00
lcl: fix accidental removal of TListColumns method. Issue #24478
git-svn-id: trunk@41409 -
This commit is contained in:
parent
10a5d9c1ad
commit
5df0a63a69
@ -1128,6 +1128,7 @@ type
|
|||||||
procedure WSCreateColumns;
|
procedure WSCreateColumns;
|
||||||
procedure SetItem(const AIndex: Integer; const AValue: TListColumn);
|
procedure SetItem(const AIndex: Integer; const AValue: TListColumn);
|
||||||
protected
|
protected
|
||||||
|
function GetOwner: TPersistent; override;
|
||||||
public
|
public
|
||||||
constructor Create(AOwner: TCustomListView);
|
constructor Create(AOwner: TCustomListView);
|
||||||
destructor Destroy; override;
|
destructor Destroy; override;
|
||||||
|
Loading…
Reference in New Issue
Block a user