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 |
Tags
- 델파이
- Django
- dbadvgrid
- advColumnGrid
- HTML
- c#
- 중복제거
- anaconda3
- github
- python3
- TMS
- pyhcarm
- templates
- queryset
- PyCharm
- COMMIT
- Delphi
- delphi 10.3
- 백준
- rank
- Visual Studio
- blog
- hackerrank
- MSSQL
- Push
- python 3.7
- get_object_or_404
- GIT
- pythonanywhere
- declare
Archives
- Today
- Total
목록Click (1)
DevHyun
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/SZlLI/btqPRBiZUJm/ygNjCd8ysafcUk2MDjWzl1/img.png)
TWebbrowser 컴포넌트에서 웹페이지를 호출 한 뒤 해당 페이지를 핸들링해보자! 1. Navigate 함수를 통해서 웹페이지 접속 procedure Tform1.FormCreate(Sender: TObject); begin Webbrowser1.Navigate('https://www.000.com '); end; 2. 버튼 클릭시 특정 행동(value 값 전달, focus, click 등등) procedure Tform1.WebBrowser1DocumentComplete(ASender: TObject; const pDisp: IDispatch; const URL: OleVariant); begin WebBrowser1.OleObject.Document.all.item('AAA').Value := e..
Delphi
2020. 12. 11. 13:55