Vcl.Edge.TCustomEdgeBrowser.StatusBarEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StatusBarEnabled: Boolean read GetStatusBarEnabled write SetStatusBarEnabled;

C++

__property bool StatusBarEnabled = {read=GetStatusBarEnabled, write=SetStatusBarEnabled, nodefault};

Properties

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

Description

Controls whether the status bar will be displayed.

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