이벤트 : OnCustomDrawCell
if not ( AViewInfo.Selected ) then
begin
if ( Odd( AViewInfo.GridRecord.Index ) ) then
ACanvas.Brush.Color := $00F4F4F4
else
ACanvas.Brush.Color := clWhite;
end;
'공부방 > Delphi' 카테고리의 다른 글
[델파이] EncodeBase64 (0) | 2018.04.06 |
---|---|
[델파이] 예외처리 구분 경우 (try/except/finally) (0) | 2017.06.08 |
[델파이] Form 생성에 대한 정리 (0) | 2015.12.14 |
[델파이] 중복실행 방지 유닛 (0) | 2015.10.05 |
[델파이] DateUtils.pas 날짜 연산 정리 (0) | 2015.05.28 |