mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 07:17:23 +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 DisplayChange(Sender: TObject);
|
||||||
procedure InitForm(ALayout: TCalculatorLayout); virtual;
|
procedure InitForm(ALayout: TCalculatorLayout); virtual;
|
||||||
public
|
public
|
||||||
constructor Create(AOwner: TComponent; ALayout: TCalculatorLayout);
|
constructor Create(AOwner: TComponent; ALayout: TCalculatorLayout); reintroduce;
|
||||||
property Value: Double read GetValue write SetValue;
|
property Value: Double read GetValue write SetValue;
|
||||||
|
|
||||||
property MainPanel: TPanel read FMainPanel;
|
property MainPanel: TPanel read FMainPanel;
|
||||||
|
Loading…
Reference in New Issue
Block a user