전체 글132 delphi - dbgrid double click 시 col, row 번호 구하기 기본 TDbGrid 는 잘 쓰지 않아서 오랫만에 쓸려고 하니 한개도 생각 안남.. TDbGrid 에서 더블클릭 이벤트 는 셀 단위가 아니기 때문에 구현이 안되어 있나봄 보통 TDrawGrid 나 TStringGird 로 타입캐스팅 해서 col , row 프로프티 를 사용하거나 TCustomGrid 에 있는 MouseCoord를 이용해서 구하면 된다. procedure TForm1.DBGrid1DblClick(Sender: TObject); var nCol: integer; nRow: integer; nGC: TGridCoord; nPT: TPoint; begin //TStringGrid or TDrawGrid cast nCol:= TStringGrid(Sender).Col; nRow:= TStringGr.. 2021. 7. 20. [문서] SW개발사업시 각종가이드 문서 코사 나 SW사업정보종합시스템 등에 보면 각종 가이드 문서를 배포 한다. SW 사업 대가산정 가이드 - 2021년 개정판 SW 개발사업의 적정사업기간 산정 가이드 SW 사업 요구사항 분석적용 가이드 그외 둘러보면 참고해볼만한 자료가 많긴 한데... 2021. 7. 8. [문서] MODBUS Protocol Specification MODBUS 프로토콜 스펙 문서. https://modbus.org/specs.php Modbus Specifications and Implementation Guides Modbus Specifications and Implementation Guides Please review the following license agreement before down loading any MODBUS protocol or related documents from this web site. If you agree to the terms herein then you must click the "I ACCEPT" button below modbus.org 2021. 7. 6. The Expert The Expert. 꽤 오래전에 봤던거 같은데 유튜브의 알고리즘 으로 다시 보게 되는군. 7 Red Lines 만 봤던거 같은데 몇편이 더 있군아.. 1. 7 RED Lines. 2, Wrong Angel. 3. IT Support. 4. Progress Meeting. 2021. 6. 17. 이전 1 2 3 4 5 6 7 ··· 33 다음 반응형