Function IntToStr (I : Longint) : String; begin Str(I,Result); end; function IsValidIdent(const Ident: string): Boolean; begin Result:=True; end;