ShellCtrls: make TShellListView.Columns public (Delphi compatibility). Issue #0027786.

git-svn-id: trunk@48635 -
This commit is contained in:
bart 2015-04-05 16:32:10 +00:00
parent e805d68c18
commit a0ac7864a9

View File

@ -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;