Vcl.StdCtrls.TScrollBarStyleHook.HasBorder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasBorder: Boolean; override;

C++

virtual bool __fastcall HasBorder();

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TScrollBarStyleHook

Description

Specifies whether the control has a border.

Vcl.StdCtrls.TScrollBarStyleHook.HasBorder inherits from Vcl.Themes.TStyleHook.HasBorder. All content below this line refers to Vcl.Themes.TStyleHook.HasBorder.

Specifies whether the control has a border. It returns True if the control has a thin-line border or a border with a sunken edge.

See Also