![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Temas de Hoy |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
#4
|
|||
|
|||
|
En el codigo del envento ONGetCellParams, seria algo asi.
Código:
procedure TForm1.DBGrid1GetCellParams(Sender: TObject; Field: TField;
AFont: TFont; var Background: TColor; Highlight: Boolean);
begin
if Highlight then begin
AFont.Color := clYellow;
Background := clNavy;
end;
end;
__________________
J. Adolfo Núñez |
|
|
|