Vcl.Edge.TCustomEdgeBrowser.OnFrameNavigationStarting

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnFrameNavigationStarting: TNavigationStartingEvent read FOnFrameNavigationStarting write FOnFrameNavigationStarting;

C++

__property TNavigationStartingEvent OnFrameNavigationStarting = {read=FOnFrameNavigationStarting, write=FOnFrameNavigationStarting};

Eigenschaften

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


Beschreibung

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