FMX.WebBrowser.TCustomWebBrowser.SetOnDidFinishLoad

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOnDidFinishLoad(const AEvent: TWebBrowserDidFinishLoad);

C++

void __fastcall SetOnDidFinishLoad(const TWebBrowserDidFinishLoad AEvent);

Properties

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

Description

Setter method for the OnDidFinishLoad event.

SetOnDidFinishLoad is the setter method for the OnDidFinishLoad event.

See Also