mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 12:16:18 +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 SetItem(const AIndex: Integer; const AValue: TListColumn);
|
||||
protected
|
||||
function GetOwner: TPersistent; override;
|
||||
public
|
||||
constructor Create(AOwner: TCustomListView);
|
||||
destructor Destroy; override;
|
||||
|
Loading…
Reference in New Issue
Block a user