Ver Mensaje Individual
  #1  
Antiguo 12-01-2005
nicolasdom nicolasdom is offline
Miembro
 
Registrado: ago 2004
Posts: 41
Reputación: 0
nicolasdom Va por buen camino
Active control y guardar componente anterior

Como puedo hacer para guardar el componente anterior a ActiveControl?

mmm no me entienden nada no? beuno aca va algo mejor.

Código:
  case key of
	VK_RETURN:
		begin
		  ¡¡¡temp!!!  //en temp quiero guardar el actual Active Control
		  auxiliar.SetFocus;
		  if ExitOK then begin
			FormRegistraciones.Habilitar(Sender);
			SelectNext(¡¡¡TEMP!!!,True,True);
			FormRegistraciones.Deshabilitar(ActiveControl);
			ExitOK:=False;
		  end;
		end;
en pocas palabras, en temp quiero guardar un componente. para despues devolverle el foto.
Responder Con Cita