Vcl.Edge.TCustomEdgeBrowser.OnDocumentTitleChanged

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnDocumentTitleChanged: TDocumentTitleChangedEvent read FOnDocumentTitleChanged write FOnDocumentTitleChanged;

C++

__property TDocumentTitleChangedEvent OnDocumentTitleChanged = {read=FOnDocumentTitleChanged, write=FOnDocumentTitleChanged};

Propriétés

Type Visibilité  Source Unité  Parent
event public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TCustomEdgeBrowser


Description

Déclenché lorsque la propriété DocumentTitle du WebView change et parfois avant ou après l'événement OnNavigationCompleted.

Voir aussi