Ver Mensaje Individual
  #2  
Antiguo 10-03-2011
Avatar de Chris
[Chris] Chris is offline
Miembro Premium
 
Registrado: abr 2007
Ubicación: Jinotepe, Nicaragua
Posts: 1.678
Reputación: 19
Chris Va por buen camino
Con el objeto canvas del StringGrid, por ejemplo así:

Código Delphi [-]
StringGrid.Canvas.Font.Color := clRed;
StringGrid.Canvas.Font.Font = 'Arial';
// para el fondo
StringGrid.Canvas.Brush.Color := clYellow
StringGrid.Canvas.Brush.Style := bsSolid;
// etc...

Saludos!
__________________
Perfil Github - @chrramirez - Delphi Blog - Blog Web
Responder Con Cita