Skip to main content
A newer version of this page is available. .

TcxStyleValue Enum

Enumerates flags indicating which TcxStyle attributes are assigned.

Declaration

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.

Value Meaning
svBitmap Indicates that a value is assigned to the TcxStyle.Bitmap property.
svColor Indicates that a value is assigned to the TcxStyle.Color property.
svFont Indicates that a value is assigned to the TcxStyle.Font property.
svTextColor Indicates that a value is assigned to the TcxStyle.TextColor property.
See Also