Back to Devexpress

TcxStyleValues Type

vcl-cxstyles-4e67a8e0.md

latest592 B
Original Source

TcxStyleValues Type

Represents a set of flags indicating what style attributes of a TcxStyle object are assigned values.

Declaration

delphi
TcxStyleValues = set of TcxStyleValue;

Referenced Class

Type
TcxStyleValue

Remarks

The TcxStyleValues type represents a set of flags indicating what TcxStyle attributes are set. Use the TcxStyle.AssignedValues property to access these flags.

See Also

cxStyles Unit