FMX.WebBrowser.TWebBrowserDidFinishLoad

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TWebBrowserDidFinishLoad)(System::TObject* ASender);

Properties

Type Visibility Source Unit Parent
typedef public FMX.WebBrowser.hpp FMX.WebBrowser FMX.WebBrowser

Description

TWebBrowserDidFinishLoad is used for the OnDidFinishLoad event of the web browser.

See Also