I do not know the impossible!
'Int64' and 'Integer' were created at the same time?
Én a lehetetlent nem ismerem!
'Int64' és az 'Integer' egyszerre jöttek létre?
No, I don't know when Integer was introduced, maybe in the first version of Pascal something like 35 years ago?
Int64 was introduced by Delphi, I think, something like 15 years ago.
But what matters here is that both are language internal types and that they really have correspondence in the processors. Integer fits a CPU Register. Int64 fits either 1 64-bit register or 2 32-bits registers.
What will matter if it's 128bit is needed in the future? Do we do class?
Mi lesz ha 128bit-es számításra van szükség a jövőben? Csináljunk osztályt?
Lazarus can not develop into a way?
Nem tud így fejlődni a Lazarus?
You can write Int128 as a class or a record, whatever you prefer.
If you want this new type to "feel" like a basic language type then use operator overloading. Read here about it:
http://www.freepascal.org/docs-html/ref/refch12.html