FMX.WebBrowser.TWebBrowser.OnDidFinishLoad

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDidFinishLoad;

C++

__property OnDidFinishLoad;

Properties

Type Visibility Source Unit Parent
event published
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser TWebBrowser

Description

Occurs when the loading of a local file or a URL address is complete.

FMX.WebBrowser.TWebBrowser.OnDidFinishLoad inherits from FMX.WebBrowser.TCustomWebBrowser.OnDidFinishLoad. All content below this line refers to FMX.WebBrowser.TCustomWebBrowser.OnDidFinishLoad.

Occurs when the loading of a local file or a URL address is complete.

OnDidFinishLoad also occurs when the FinishLoading method is called.

Write an event handler for OnDidFinishLoad to specify what happens when a local file or a URL address loads.

Note: Read FMX.WebBrowser.TCustomWebBrowser.URL to see how to load a local file.

See Also