Ver Mensaje Individual
  #2  
Antiguo 02-07-2010
Avatar de rgstuamigo
rgstuamigo rgstuamigo is offline
Miembro
 
Registrado: jul 2008
Ubicación: Santa Cruz de la Sierra-Bolivia
Posts: 1.646
Reputación: 17
rgstuamigo Va por buen camino
Que tal así:
Código Delphi [-]
Var Valor:String;
begin
   Valor:=StringGrid1.Cells[StringGrid1.Col,StringGrid1.Row];//obtengo el valor de la celda seleccionada actualmente
   ShowMessage(Valor);
end;
.
Saludos...
__________________
"Pedid, y se os dará; buscad, y hallaréis; llamad, y se os abrirá." Mt.7:7
Responder Con Cita