mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 13:19:21 +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 HotTrackStyles;
|
||||||
// property HoverTime;
|
// property HoverTime;
|
||||||
property LargeImages;
|
property LargeImages;
|
||||||
|
property LargeImagesWidth;
|
||||||
property Mask;
|
property Mask;
|
||||||
property MaskCaseSensitivity;
|
property MaskCaseSensitivity;
|
||||||
property MultiSelect;
|
property MultiSelect;
|
||||||
@ -294,6 +295,7 @@ type
|
|||||||
property ShowHint;
|
property ShowHint;
|
||||||
// property ShowWorkAreas;
|
// property ShowWorkAreas;
|
||||||
property SmallImages;
|
property SmallImages;
|
||||||
|
property SmallImagesWidth;
|
||||||
property SortColumn;
|
property SortColumn;
|
||||||
property SortType;
|
property SortType;
|
||||||
property StateImages;
|
property StateImages;
|
||||||
|
Loading…
Reference in New Issue
Block a user