FMX.WebBrowser.TCustomWebBrowser.SetOnDidStartLoad

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetOnDidStartLoad(const AEvent: TWebBrowserDidStartLoad);

C++

void __fastcall SetOnDidStartLoad(const TWebBrowserDidStartLoad AEvent);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser TCustomWebBrowser


Beschreibung

Setter-Methode für das Ereignis OnDidStartLoad.

SetOnDidStartLoad ist die Setter-Methode für das Ereignis OnDidStartLoad.

Siehe auch