Back to Devexpress

TcxStyleValue Enum

vcl-cxstyles-1fa570dd.md

latest1.1 KB
Original Source

TcxStyleValue Enum

Enumerates flags indicating which TcxStyle attributes are assigned.

Declaration

delphi
TcxStyleValue = (
    svBitmap,
    svColor,
    svFont,
    svTextColor
);

Members

Name
svBitmap
svColor
svFont
svTextColor

Remarks

The TcxStyleValue type enumerates the flags indicating which TcxStyle attributes are assigned. These flags are set via the TcxStyle.AssignedValues property.

ValueMeaning
svBitmapIndicates that a value is assigned to the TcxStyle.Bitmap property.
svColorIndicates that a value is assigned to the TcxStyle.Color property.
svFontIndicates that a value is assigned to the TcxStyle.Font property.
svTextColorIndicates that a value is assigned to the TcxStyle.TextColor property.

See Also

cxStyles Unit