FMX.WebBrowser.TCustomWebBrowser.SetOnDidStartLoad

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOnDidStartLoad(const AEvent: TWebBrowserDidStartLoad);

C++

void __fastcall SetOnDidStartLoad(const TWebBrowserDidStartLoad AEvent);

Properties

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

Description

Setter method for the OnDidStartLoad event.

SetOnDidStartLoad is the setter method for the OnDidStartLoad event.

See Also