본문 바로가기

개발자의 사투

검색하기
개발자의 사투
프로필사진 개발자룽

  • 분류 전체보기 (34)
    • 요리방 (1)
    • 컴방 (31)
      • C (0)
      • C# (17)
      • 컴퓨터 (0)
      • SQL 개발자(SQLD) (2)
      • 델파이 (10)
      • SQL (2)
    • 핫딜 (0)
    • 맛방 (1)
    • 기타 (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2026/03   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
Tags
  • Row Indicator
  • C# 컬럼비교
  • RichEditControl
  • C# Devexpress CheckListBoxControl 줄 바꿈
  • devexpress grid
  • delphi JSON
  • C# SendMessage
  • C# Devexpress
  • DataTable ReadOnly
  • visualstudio 관리자권한
  • 해운대밀면
  • C# 0x8001010d
  • C# build
  • ColumnHead MultiLine
  • mssql 문자열 합치기
  • C# column
  • C# Devexpress CheckListBoxControl word wrap
  • Delphi
  • drawgrid
  • C# 빌드이벤트
  • C#
  • C# 매크로
  • C# linq pivot
  • CustomDrawColumnHeader
  • 밀고
  • C# DataTable linq
  • RichEditControl Bold
  • 밀면
  • 델파이
  • C# WndProc
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록delphi drawGrid (1)

개발자의 사투

delphi DrawGrid 이미지 삽입하기

TImageList 만들고 이미지등록. 그리드 DrawCell이벤트 선언 procedure aaa.grdItemsDrawCell(Sender: TObject; ACol, ARow: Integer; Rect: TRect; State: TGridDrawState); var aCanvas: TCanvas; bitmap: TBitmap; begin aCanvas := (Sender as TUDrawGrid).Canvas; aCanvas.FillRect(Rect); try bitmap := TBitmap.Create; imgList.GetBitmap(0, bitmap); aCanvas.Draw(Rect.Left + (grdItems.ColWidths[ACol] div 2) - (bitmap.Width div 2)..

컴방/델파이 2020. 2. 7. 08:51
Prev 1 Next

Blog is powered by AXZ / Designed by Tistory

티스토리툴바