Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Push
- Visual Studio
- get_object_or_404
- hackerrank
- dbadvgrid
- GIT
- python 3.7
- queryset
- COMMIT
- anaconda3
- delphi 10.3
- pythonanywhere
- Django
- rank
- templates
- c#
- 백준
- advColumnGrid
- github
- MSSQL
- 중복제거
- blog
- declare
- pyhcarm
- PyCharm
- Delphi
- HTML
- TMS
- 델파이
- python3
Archives
- Today
- Total
DevHyun
FormKeyDown 이벤트가 반응을 안할때 본문
1. form create 이벤트에 KeyPreview := True; 추가하기
procedure Tfrorm1.FormCreate(Sender: TObject); begin KeyPreview := True; end; |
2. Object inspector에서 Tform1 - keypreview properties를 true로 변경
간단 해결!
'Delphi' 카테고리의 다른 글
파일 이동 (move), 복사(copy) , 삭제(delete) (0) | 2020.10.29 |
---|---|
Directory 생성 및 존재유무 확인 및 Directory 생성/삭제 (0) | 2020.10.29 |
Delphi XE2 버전 이후로 델파이에서 폴더/파일 압축 하고싶을때 (0) | 2020.10.29 |
윈도우 탐색기에서 특정 Directory 열기 (0) | 2020.10.29 |
문자열이 숫자로만 이루어져있는지 판단하는 함수 (1) | 2020.10.22 |
Comments