Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2002.07.29;
Скачать: CL | DM;

Вниз

Изменить цвет текста   Найти похожие ветки 

 
Leny ©   (2002-07-18 07:53) [0]

Подскажите, что здесь не так, почему не работает?
Я меняю цвет в ячейке:
StringGrid.Cells[0,0].Font.Color:=clRed;


 
Opuhshii   (2002-07-18 08:06) [1]

какой странный у вас StringGrid,... Cells - массив строк,.. если конечно у Вас StringGrid - это TStringGrid,... и цвет в ячейке меняют OnDrawCell


 
MBo ©   (2002-07-18 08:06) [2]

procedure TForm1.StringGrid1DrawCell(Sender: TObject; ACol, ARow: Integer;
Rect: TRect; State: TGridDrawState);
begin
if Acol=2 then
with StringGrid1,Canvas do begin
Font.Color:=clRed;
TextOut(Rect.Left+2,Rect.Top+2,Cells[Acol,ARow]);
end;
end;


 
Explorer ©   (2002-07-18 08:11) [3]

Я со String не работал, а в DBGrid делаю так:

DBGridCells.{Columns[0]}Canvas.Font.Color:=clGreen;

Попробуй так!


 
Leny ©   (2002-07-18 09:29) [4]

Почему при повторном выделении ячейки(где цвет текста был изменен) цвет опять становится черным?


 
Explorer ©   (2002-07-18 10:07) [5]

Попробуй так:

procedure TFormFormDogovorss.GridActiveDogovorsDrawColumnCell(
Sender: TObject; const Rect: TRect; DataCol: Integer; Column: TColumnEh;
State: TGridDrawState);
begin

if(QueryActiveDogovors.FieldByName("OnDatePaid").AsDateTime) =date() then begin
GridActiveDogovors.{Columns[0]}Canvas.Font.Color:=clBlue;
end;

GridActiveDogovors.DefaultDrawColumnCell(Rect,DataCol,Column, State);
end;




Страницы: 1 вся ветка

Текущий архив: 2002.07.29;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.015 c
4-95628
Andrew_A
2002-05-21 14:04
2002.07.29
Message from service to desktop window


1-95295
matvey
2002-07-17 12:18
2002.07.29
Удалённое завершение работы приложения


3-95179
Oleon
2002-07-05 13:13
2002.07.29
Переход с Local InterBase на InterBase Server


7-95592
KarlovAF
2002-03-28 12:46
2002.07.29
Как заблокировать клавиатуру и мышку?


1-95391
Ev_genus
2002-07-16 03:53
2002.07.29
Размер переменной типа class.