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 | 31 |
Tags
- 백준
- 델파이
- pyhcarm
- c#
- templates
- PyCharm
- get_object_or_404
- Visual Studio
- hackerrank
- rank
- Delphi
- TMS
- MSSQL
- anaconda3
- Push
- GIT
- dbadvgrid
- Django
- advColumnGrid
- python 3.7
- pythonanywhere
- github
- blog
- delphi 10.3
- python3
- 중복제거
- HTML
- declare
- queryset
- COMMIT
Archives
- Today
- Total
목록TWebBrowser (1)
DevHyun

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