Ver Mensaje Individual
  #2  
Antiguo 16-11-2007
Sinaloense Sinaloense is offline
Miembro
 
Registrado: oct 2003
Posts: 139
Reputación: 21
Sinaloense Va por buen camino
tu problema esta aqui:

Código Delphi [-]
constructor Create(AOwner: TComponent; datoExtra: string); reintroduce;

debe ser:

Código Delphi [-]
constructor Create(AOwner: TComponent; datoExtra: string); reintroduce; overload;
Responder Con Cita