Vcl.Edge.TCustomEdgeBrowser.ZoomControlEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ZoomControlEnabled: Boolean read GetZoomControlEnabled write SetZoomControlEnabled;

C++

__property bool ZoomControlEnabled = {read=GetZoomControlEnabled, write=SetZoomControlEnabled, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TCustomEdgeBrowser

Description

Controls whether the user can impact the zoom of the WebView.

Causes an exception if the WebView control has not yet been instantiated.