FMX.Header.THeader.Sides

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Sides: TSides read FSides write SetSides;

C++

__property Fmx::Types::TSides Sides = {read=FSides, write=SetSides, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FMX.Header.pas
FMX.Header.hpp
FMX.Header THeader

Description

Specifies whether to show the top, left, right, and bottom borders for this header.

Use the Sides property to affect how the top, left, right, and bottom borders will be displayed for this header control. Each of Sides.Top, Sides.Left, Sides.Right, and Sides.Bottom subproperties can be either True or False, determining whether the corresponding border will be shown or not.

See Also