Форум: "Основная";
Текущий архив: 2003.05.22;
Скачать: [xml.tar.bz2];
ВнизКак сделать некоторые 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;
Скачать: [xml.tar.bz2];
Память: 0.46 MB
Время: 0.007 c