TAChart: Remove warning about Dispatch method redefinition

git-svn-id: trunk@28540 -
This commit is contained in:
ask 2010-11-28 15:38:15 +00:00
parent 9909540c02
commit 1697ac1990
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ type
protected
function Dispatch(
AChart: TChart; AEventId: TChartToolEventId;
AShift: TShiftState; APoint: TPoint): Boolean; virtual; abstract;
AShift: TShiftState; APoint: TPoint): Boolean; virtual; abstract; overload;
end;
{ TChartSeriesList }

View File

@ -56,7 +56,7 @@ type
procedure Activate; override;
procedure Deactivate; override;
procedure Dispatch(
AChart: TChart; AEventId: TChartToolEventId; APoint: TPoint);
AChart: TChart; AEventId: TChartToolEventId; APoint: TPoint); overload;
function GetIndex: Integer; override;
function IsActive: Boolean;
procedure MouseDown(APoint: TPoint); virtual;