lcl: less hints

git-svn-id: trunk@49707 -
This commit is contained in:
mattias 2015-08-24 12:41:55 +00:00
parent a7bc23443e
commit bf7cf6fe96

View File

@ -118,7 +118,7 @@ type
procedure DisplayChange(Sender: TObject);
procedure InitForm(ALayout: TCalculatorLayout); virtual;
public
constructor Create(AOwner: TComponent; ALayout: TCalculatorLayout);
constructor Create(AOwner: TComponent; ALayout: TCalculatorLayout); reintroduce;
property Value: Double read GetValue write SetValue;
property MainPanel: TPanel read FMainPanel;