FMX.WebBrowser.TCustomWebBrowser.StartLoading

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure StartLoading;

C++

void __fastcall StartLoading();

Eigenschaften

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


Beschreibung

Ruft das Ereignis OnDidStartLoad auf.

Mit der Methode StartLoading können Sie das Ereignis OnDidStartLoad explizit auslösen.

Siehe auch