TcxStyleValue Enum
In This Article
Enumerates flags indicating which TcxStyle attributes are assigned.
#Declaration
Delphi
TcxStyleValue = (
svBitmap,
svColor,
svFont,
svTextColor
);
#Members
Name |
---|
sv
|
sv
|
sv
|
sv
|
#Remarks
The TcxStyleValue type enumerates the flags indicating which TcxStyle attributes are assigned. These flags are set via the TcxStyle.AssignedValues property.
Value | Meaning |
---|---|
sv |
Indicates that a value is assigned to the Tcx |
sv |
Indicates that a value is assigned to the Tcx |
sv |
Indicates that a value is assigned to the Tcx |
sv |
Indicates that a value is assigned to the Tcx |
See Also