Korzystam z hgg i po użyciu tego "fixa" wyskakuje mi jak w temacie.

if Command.Values[Edit1.Text] = null then
Reply := 'Nie ma u nas takiej komendy' else
begin
Reply := Command.Values[Edit1.Text];
end;