14.1 Types

The objpas unit redefines two integer types, for compatibity with Delphi:

 type
   smallint = system.integer;
   integer  = system.longint;
The resource string tables can be managed with a callback function which the user must provide: TResourceIterator.
 Type
    TResourceIterator =
       Function (Name,Value : AnsiString;Hash : Longint):AnsiString;