FMX.WebBrowser.TCustomWebBrowser.FinishLoading

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FinishLoading;

C++

void __fastcall FinishLoading();

Properties

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

Description

Invokes the OnDidFinishLoad event.

Use the FinishLoading method to manually trigger the OnDidFinishLoad event.

See Also