mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-10 00:17:18 +01:00
LCL deprecated TBarChar, better use TAChart
git-svn-id: trunk@26149 -
This commit is contained in:
parent
43887a885b
commit
17a8d5f349
@ -144,7 +144,7 @@ type
|
||||
property OnMouseUp;
|
||||
property OnResize;
|
||||
property OnStartDrag;
|
||||
end;
|
||||
end deprecated;
|
||||
|
||||
|
||||
procedure Register;
|
||||
@ -153,7 +153,9 @@ implementation
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
{$WARNINGS off}
|
||||
RegisterComponents('Misc',[TBarChart]);
|
||||
{$WARNINGS on}
|
||||
end;
|
||||
|
||||
constructor TCustomBarChart.Create(AOwner: TComponent);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user