mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 12:39:15 +02:00
ShellCtrls: make TShellListView.Columns public (Delphi compatibility). Issue #0027786.
git-svn-id: trunk@48635 -
This commit is contained in:
parent
e805d68c18
commit
a0ac7864a9
@ -217,6 +217,8 @@ type
|
||||
{ TShellListView }
|
||||
|
||||
TShellListView = class(TCustomShellListView)
|
||||
public
|
||||
property Columns;
|
||||
published
|
||||
{ TCustomListView properties
|
||||
The same as TListView excluding data properties }
|
||||
@ -227,7 +229,6 @@ type
|
||||
property BorderWidth;
|
||||
// property Checkboxes;
|
||||
property Color default clWindow;
|
||||
// property Columns;
|
||||
// property ColumnClick;
|
||||
property Constraints;
|
||||
property DragCursor;
|
||||
|
Loading…
Reference in New Issue
Block a user