On 11/29/14, silvioprog <[email protected]> wrote:

> { TIntegerHelper }
>
> function TIntegerHelper.ToString: string;
> begin
>   Result := IntToStr(Self);
> end;
>
> ...
>
> var
>   I: Integer = 123;
> begin
>   WriteLn(I.ToString); // Prints 123
> end.

Looks like Java.

Bart

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to