Dato
codice:
const
  GRAFICO: Integer=  0;
Se tento di eseguire

codice:
var
  A: String
begin
  a:= IntToStr(GRAFICO);
ottengo:

codice:
[Pascal Error] DMBase.pas(229): E2250 There is no overloaded version of 'IntToStr' that can be called with these arguments

Perché? Come posso fare per trasformare quell'intero in una stringa?