FMX.WebBrowser.TCustomWebBrowser.ShouldStartLoading
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 */;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | FMX.WebBrowser.pas FMX.WebBrowser.hpp |
FMX.WebBrowser | TCustomWebBrowser |
説明
OnShouldStartLoadWithRequest イベントを呼び出します。
ShouldStartLoading メソッドを使用すると、明示的に OnShouldStartLoadWithRequest イベントを発生させることができます。