mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 19:59:17 +02:00
sparta: less hints
git-svn-id: trunk@58012 -
This commit is contained in:
parent
333f3c4a38
commit
5f4b92dd6b
@ -58,7 +58,7 @@ type
|
|||||||
sbH: TScrollBar;
|
sbH: TScrollBar;
|
||||||
bR: TButton;
|
bR: TButton;
|
||||||
|
|
||||||
constructor Create(AParent: TWinControl; AResizerFrameClass: TResizerFrameClass); virtual;
|
constructor Create(AParent: TWinControl; AResizerFrameClass: TResizerFrameClass); virtual; reintroduce;
|
||||||
property DesignScrollRight: Boolean index SB_Vert read FDesignScroll[SB_Vert] write SetDesignScroll;
|
property DesignScrollRight: Boolean index SB_Vert read FDesignScroll[SB_Vert] write SetDesignScroll;
|
||||||
property DesignScrollBottom: Boolean index SB_Horz read FDesignScroll[SB_Horz] write SetDesignScroll;
|
property DesignScrollBottom: Boolean index SB_Horz read FDesignScroll[SB_Horz] write SetDesignScroll;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user