Vcl.Edge.TCustomEdgeBrowser.ZoomControlEnabled

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ZoomControlEnabled: Boolean read GetZoomControlEnabled write SetZoomControlEnabled;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TCustomEdgeBrowser


Beschreibung

Steuert, ob der Benutzer den Zoom der WebView ändern kann.

Verursacht eine Exception, wenn das WebView-Steuerelement noch nicht instanziiert wurde.