FMX.WebBrowser.TWebBrowserShouldStartLoadWithRequest

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TWebBrowserShouldStartLoadWithRequest)(System::TObject* ASender, const System::UnicodeString URL);

Properties

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

Description

TWebBrowserShouldStartLoadWithRequest is used for the OnShouldStartLoadWithRequest event of the web browser.

See Also