FMX.WebBrowser.TWebBrowserDidStartLoad

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TWebBrowserDidStartLoad = procedure(ASender: TObject) of object;

C++

typedef void __fastcall (__closure *TWebBrowserDidStartLoad)(System::TObject* ASender);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser FMX.WebBrowser

Description

TWebBrowserDidStartLoad is used for the OnDidStartLoad event of the web browser.

See Also