FMX.WebBrowser.TWebBrowser.OnDidStartLoad

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDidStartLoad;

C++

__property OnDidStartLoad;

Properties

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

Description

Occurs when the loading action of a local file or URL address starts.

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

Occurs when the loading action of a local file or URL address starts.

OnDidStartLoad also occurs when the StartLoading method is called.

Write an event handler for OnDidStartLoad to specify what happens when a local file or a URL address starts to load.

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

See Also