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

Вниз

Как сделать некоторые Rows(или ячейки)в StringGrid другим цветом?   Найти похожие ветки 

 
TALLA_   (2003-05-12 16:15) [0]

Как сделать некоторые Rows (или ячейки) в StringGrid другим цветом?


 
Bug   (2003-05-12 16:26) [1]

Событие OnDrawCell...


 
MalkoLinge ©   (2003-05-12 16:30) [2]

type
TDrawCellEvent = procedure (Sender: TObject; ACol, ARow: Longint; Rect: TRect; State: TGridDrawState) of object;
property OnDrawCell: TDrawCellEvent;

Description

Write an OnDrawCell event handler to draw the contents of all the cells in the grid. Draw on the cell using the methods of the Canvas property. The Rect parameter indicates the location of the cell on the canvas. The Col and Row parameters indicate the column and row indexes of the cell that should be drawn. The State parameter indicates whether the cell has input focus, whether the cell is selected, and whether the cell is a fixed (nonscrolling) cell.

If the OnDrawCell event handler is not assigned, all cells in the draw grid will appear empty. If the DefaultDrawing property is True, the draw grid paints the background color of the cell before the OnDrawCell event, and draws a focus rectangle around the selected cell after the OnDrawCell event handler finishes drawing the contents of the cell. If the DefaultDrawing property is False, the OnDrawCell event handler should paint the background of the cell and provide all visual indication of selection and focus.


 
TALLA_   (2003-05-12 16:53) [3]

Пасиба


 
ghg ©   (2003-05-12 17:45) [4]

http://delphimaster.net/view/1-1052734934/



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

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

Наверх




Память: 0.47 MB
Время: 0.011 c
14-70427
Alexandr3
2003-05-01 18:24
2003.05.22
Code insight


1-70210
Max1111
2003-05-11 11:13
2003.05.22
Как зарегистрировать свое расширение???


3-70096
Dimaz-z
2003-04-29 15:32
2003.05.22
Пожалуйста, помогите со ScrollBar ом в DBGrid е!!!


14-70470
.::D.e.M.o.N.i.X::.
2003-05-03 18:49
2003.05.22
Есть ли пример или компонент для восстановления Zip ов?


1-70245
Term
2003-05-12 10:00
2003.05.22
У меня на форме большое количество Edit ов как их можно перебрать