Вниз
Скачать: 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 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.009 c
1-70358
tytus
2003-05-09 20:31
2003.05.22
servers


7-70553
Ash
2003-03-24 09:36
2003.05.22
Встраивание приложения


1-70388
Top Gun
2003-05-10 23:06
2003.05.22
Где описана функция assigned ?


1-70363
FZ*XupypG
2003-05-10 04:08
2003.05.22
Сохранение типа TColor в текстовый файл и чтение его оттуда


14-70492
romychk
2003-04-23 19:56
2003.05.22
Уважаемыемастаки, может кто сталкивался с алгоритмом перевода n -




   Наверх