Ver Mensaje Individual
  #4  
Antiguo 17-12-2003
Carlos Arevalo Carlos Arevalo is offline
Miembro
 
Registrado: may 2003
Ubicación: Caracas, Venezuela
Posts: 111
Reputación: 22
Carlos Arevalo Va por buen camino
Al agregarle el FOR puedo colorear la fila.

Mi pregunta
Es este el mejor metodo o se puede hacer de otra forma?

var i: integer;
begin
for i:=1 to 7 do
begin
if (acol = i) and (arow = 0) then
begin
StringGrid1.Canvas.Brush.Color := clred;
StringGrid1.Canvas.FillRect(Rect);
end;
end;
__________________
Carlos Arevalo
MSN Messenger: carlos@arevalo.com.ve
Responder Con Cita