SHDocVw.IWebBrowser.Document

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Document: IDispatch read Get_Document;

C++

__property _di_IDispatch Document = {read=_scw_Get_Document};

Propriétés

Type Visibilité  Source Unité  Parent
property public
SHDocVw.pas
SHDocVw.hpp
SHDocVw IWebBrowser

Description

Donne accès à l'interface automation du document actif.

Utilisez la propriété Document pour accéder à l'interface IDispatch afin de manipuler le conteneur du document HTML via le modèle objet COM.

Voir aussi