mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 23:08:05 +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;
|
||||
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 DesignScrollBottom: Boolean index SB_Horz read FDesignScroll[SB_Horz] write SetDesignScroll;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user