FMX.WebBrowser.TCustomWebBrowser.StartLoading

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure StartLoading;

C++

void __fastcall StartLoading(void);

Properties

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

Description

Invokes the OnDidStartLoad event.

Use the StartLoading method to explicitly trigger the OnDidStartLoad event.

See Also