SHDocVw.TWebBrowser.SelectedEngine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SelectedEngine: TSelectedEngine read FSelectedEngine write FSelectedEngine default TSelectedEngine.IEOnly;

C++

__property TSelectedEngine SelectedEngine = {read=FSelectedEngine, write=FSelectedEngine, default=0};

Properties

Type Visibility Source Unit Parent
property published
SHDocVw.pas
SHDocVw.hpp
SHDocVw TWebBrowser

Description

SelectedEngine tells the component which underlying browser control to use: Internet Explorer or Edge.

See Also