FMX.WebBrowser.TCustomWebBrowser.ShouldStartLoading

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure ShouldStartLoading(const AURL: string); overload; deprecated 'Use overloaded version of ShouldStartLoading instead';
procedure ShouldStartLoading(const AURL: string; var ACancel: Boolean); overload;

C++

void __fastcall ShouldStartLoading _DEPRECATED_ATTRIBUTE1("Use overloaded version of ShouldStartLoading instead") (const System::UnicodeString AURL)/* overload */;
void __fastcall ShouldStartLoading(const System::UnicodeString AURL, bool &ACancel)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser TCustomWebBrowser


Beschreibung

Ruft das Ereignis OnShouldStartLoadWithRequest auf.

Mit der Methode ShouldStartLoading können Sie das Ereignis OnShouldStartLoadWithRequest explizit auslösen.

Siehe auch