Vcl.Controls.TStyleElements

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TStyleElements = set of (seFont, seClient, seBorder);

C++

typedef System::Set<Vcl_Controls__52, Vcl_Controls__52::seFont, Vcl_Controls__52::seBorder> TStyleElements;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

Indicates which elements from the current style are to be enabled for the control.

Value Meaning

seFont

The control uses the font defined in the style.

seClient

The control uses the background color or image of the style.

seBorder

The control uses the border and scroll bars of the style.

See Also