Vcl.Controls.TStyleElements
Delphi
TStyleElements = set of TStyleElement;
C++
typedef System::Set<TStyleElement, TStyleElement::seFont, TStyleElement::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 |
---|---|
|
The control uses the font defined in the style. |
|
The control uses the background color or image of the style. |
|
The control uses the border and scroll bars of the style. |