Vcl.Edge.TCustomEdgeBrowser.OnNavigationStarting

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnNavigationStarting: TNavigationStartingEvent read FOnNavigationStarting write FOnNavigationStarting;

C++

__property TNavigationStartingEvent OnNavigationStarting = {read=FOnNavigationStarting, write=FOnNavigationStarting};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TCustomEdgeBrowser


Beschreibung

Wird ausgelöst, wenn der WebView-Haupt-Frame die Berechtigung zum Navigieren zu einem anderen URI anfordert. Wird auch für Umleitungen ausgelöst.