Ver Mensaje Individual
  #2  
Antiguo 03-10-2017
strelok strelok is offline
Miembro
 
Registrado: sep 2017
Posts: 181
Reputación: 7
strelok Va por buen camino
Talking

listo che: XD

Código:
procedure X.XCANEDITCELL(
  Sender: TObject; ARow, ACol: Integer; var CanEdit: Boolean);
begin
  inherited;
  if(Acol = 4) then CanEdit := True
  else CanEdit:=False;
end;
Responder Con Cita