Back to Devexpress

TcxLookAndFeelValues Type

vcl-cxlookandfeels-1717de7d.md

latest1.1 KB
Original Source

TcxLookAndFeelValues Type

A set of flags that correspond to individual look & feel settings.

Declaration

delphi
TcxLookAndFeelValues = set of TcxLookAndFeelValue;

Referenced Class

TypeDescription
TcxLookAndFeelValue

A flag that corresponds to an individual look & feel setting.

|

Remarks

Look & feel setting flags allow you to track corresponding setting changes at the control level and reset individual look & feel settings. If a flag is set, the corresponding look & feel setting affects the target control instead of the same setting at the global or parent level.

A TcxLookAndFeelValues value can include any TcxLookAndFeelValue flags in any combination.

Direct TcxLookAndFeelValues Type Reference

The TcxLookAndFeel.AssignedValues property references the TcxLookAndFeelValues type.

See Also

cxLookAndFeels Unit