FMX.WebBrowser.TCustomWebBrowser.GetOnDidFailLoadWithError

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetOnDidFailLoadWithError: TWebBrowserDidFailLoadWithError;

C++

TWebBrowserDidFailLoadWithError __fastcall GetOnDidFailLoadWithError();

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser TCustomWebBrowser


説明

OnDidFailLoadWithError イベントの取得メソッドです。

GetOnDidFailLoadWithError は、OnDidFailLoadWithError イベントの取得メソッドです。

関連項目