LazStats: Less hints and warning.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7814 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-10-26 18:00:52 +00:00
parent af63896d52
commit cfe3a9c460
49 changed files with 222 additions and 192 deletions

View File

@ -28,7 +28,7 @@ function IndexOfString(L: StrDyneVec; s: String): Integer;
implementation
uses
StrUtils, Math, ToolWin;
StrUtils, ToolWin;
// https://stackoverflow.com/questions/4093595/create-ttoolbutton-runtime
procedure AddButtonToToolbar(AToolButton: TToolButton; AToolBar: TToolBar);