mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 09:55:53 +02:00
lcl: less hints
git-svn-id: trunk@49707 -
This commit is contained in:
parent
a7bc23443e
commit
bf7cf6fe96
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user