개발자 Project/Job 대구은행 CMS 신상품 개발 2020.02 ~ 2020.10 공통 프레임워크 CMS 메인 어플리케이션 CMS Agent 전문 통신 iBranch http://about.webcash.co.kr/webcash/4300.html 웹케시 브랜치는 중견/대기업을 대상으로 한 상품으로, 기업 내부 ERP 시스템과 금융기관을 연결하여 통합자금관리를 가능하게 하는 B2B 금융 핀테크 플랫폼 입니다. about.webcash.co.kr Delphi/꿀팁 Form에서 Key Event가 안먹힐 때 procedure TFrom.FormCreate(Sender: TObject);beginKeyPreview := True;end;폼 Create 부분에 KeyPreview를 True로 해주면 됩니다. Delphi/꿀팁 TcxGrid에서 다중 선택된 Row값들을 가져오기 var I : Integer; begin with .Controller do begin for I := 0 to SelectedRowCount - 1 do begin SelectedRows[I].Values[.Index]; end; end; 이전 1 2 3 4 다음