Código Delphi [-] type PInteger = ^Integer;
type PInteger = ^Integer;
Código Delphi [-] var mivariable = ^PInteger;
var mivariable = ^PInteger;