SHDocVw.IWebBrowser.Document

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Document: IDispatch read Get_Document;

C++

__property _di_IDispatch Document = {read=_scw_Get_Document};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
SHDocVw.pas
SHDocVw.hpp
SHDocVw IWebBrowser

Beschreibung

Ermöglicht den Zugriff auf das Automatisierungs-Interface des aktiven Dokuments.

Mit Document können Sie auf ein IDispatch-Interface zugreifen, um unter Verwendung des COM-Objektmodells den Inhalt des HTML-Dokuments zu bearbeiten.

Siehe auch