procedure SomeProc(ATableName:string) begin ... end;
procedure SomeProc(ADOTable:TADOTable) begin ... end;