LCL deprecated TBarChar, better use TAChart

git-svn-id: trunk@26149 -
This commit is contained in:
mattias 2010-06-16 09:48:55 +00:00
parent 43887a885b
commit 17a8d5f349

View File

@ -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);