mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 10:20:32 +02:00
LCL/ShellCtrls: Publish the inherited TShellListView properties LargeImagesWidth and SmallImagesWidth.
git-svn-id: trunk@65220 -
This commit is contained in:
parent
703f57c9f2
commit
1ea2257e11
@ -278,6 +278,7 @@ type
|
||||
// property HotTrackStyles;
|
||||
// property HoverTime;
|
||||
property LargeImages;
|
||||
property LargeImagesWidth;
|
||||
property Mask;
|
||||
property MaskCaseSensitivity;
|
||||
property MultiSelect;
|
||||
@ -294,6 +295,7 @@ type
|
||||
property ShowHint;
|
||||
// property ShowWorkAreas;
|
||||
property SmallImages;
|
||||
property SmallImagesWidth;
|
||||
property SortColumn;
|
||||
property SortType;
|
||||
property StateImages;
|
||||
|
Loading…
Reference in New Issue
Block a user