Ver Mensaje Individual
  #2  
Antiguo 01-09-2008
Avatar de Caral
[Caral] Caral is offline
Miembro Premium
 
Registrado: ago 2006
Posts: 7.659
Reputación: 25
Caral Va por buen camino
Hola
Me alegro de que quitaras la parte de Urgente.
Yo lo tengo asi y funciona:
Código Delphi [-]
procedure TForm1.TwainTwainAcquire(Sender: TObject; const Index: Integer;
  Image: TBitmap; var Cancel: Boolean);
begin
  ImageHolder.Picture.Assign(Image);
  Cancel := TRUE;  {Only want one image}
end;
Saludos
__________________
Siempre Novato
Responder Con Cita