Ver Mensaje Individual
  #1  
Antiguo 18-08-2013
nsd nsd is offline
Registrado
NULL
 
Registrado: jul 2013
Posts: 2
Reputación: 0
nsd Va por buen camino
Question archivo en clase generica

hola gente, tengo este codigo dentro del type:
Código Delphi [-]
TArticulo = Record
        ID_Registro    :   Integer;  
        Codigo        :   String[20];
      end;


PNSD_ABM = class
        public
            //Datos : Registro;
            Arch : File of TArticulo; 
        end;

y cuando quiero compilar me da error :/ que hago mal?

EDITO: el resaltador de sintaxis lo muetra mal, la linea es: PNSD_ABM<Registro> = class
Responder Con Cita