FMX.WebBrowser.TCustomWebBrowser.GetOnDidStartLoad

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOnDidStartLoad: TWebBrowserDidStartLoad;

C++

TWebBrowserDidStartLoad __fastcall GetOnDidStartLoad(void);

Properties

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

Description

Getter method for the OnDidStartLoad event.

GetOnDidStartLoad is the getter method for the OnDidStartLoad event.

See Also