FMX.WebBrowser.TCustomWebBrowser.GetOnDidFinishLoad

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOnDidFinishLoad: TWebBrowserDidFinishLoad;

C++

TWebBrowserDidFinishLoad __fastcall GetOnDidFinishLoad();

Properties

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

Description

Getter method for the OnDidFinishLoad event.

GetOnDidFinishLoad is the getter method for the OnDidFinishLoad event.

See Also