Vcl.Tabs.TTabSet.SoftTop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SoftTop: Boolean read FSoftTop write SetSoftTop default False;

C++

__property bool SoftTop = {read=FSoftTop, write=SetSoftTop, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs TTabSet

Description

Specifies whether a line appears at the edge of the tab set, setting off the non-current tabs.

When SoftTop is false (the default), a line appears at the edge of the non-current tabs. When SoftTop is true, this line is not drawn, softening the border of the tab set.