with Query1 do beginClose;SQL.Clear;SQL.Add('DELETE FROM Kisiler WHERE Yas=:Yas');ParamByName('Yas').AsInteger := yas;ExecSql;end;