Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 WebBrowser 控件来填充网页。是否可以在线程内使用 WB?
谢谢
TWebBrowser是一个 VCL 控件。因此,它必须在主 VCL 线程中创建和操作。
TWebBrowser
不过,该控件已经异步运行。当您告诉它导航到页面时,它会在后台执行此操作并在OnNavigateComplete完成时通知您(通过和其他事件)。
OnNavigateComplete