FMX.WebBrowser.TCustomWebBrowser.ShouldStartLoading

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShouldStartLoading(const URL: string);

C++

void __fastcall ShouldStartLoading(const System::UnicodeString URL);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser TCustomWebBrowser

Description

Invokes the OnShouldStartLoadWithRequest event.

Use the ShouldStartLoading method to explicitly trigger the OnShouldStartLoadWithRequest event.

See Also