Vcl.Themes.TStyleHook.HasBorder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasBorder: Boolean; virtual;

C++

virtual bool __fastcall HasBorder();

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TStyleHook

Description

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