TcxContainerStyleValues Type
In This Article
A set of flags that correspond to individual style settings.
#Declaration
Delphi
TcxContainerStyleValues = set of TcxContainerStyleValue;
#Referenced Class
Type | Description |
---|---|
Tcx |
A flag that corresponds to an individual style setting. |
#Remarks
Style setting flags allow you to track style setting changes in the current style or at the current hierarchy level and reset them. If a flag (that is, an individual TcxContainerStyleValue value) is set, the corresponding style setting is in effect. Otherwise, the current style inherits the corresponding setting from the base style.
#Style Setting Modification Flags
A TcxContainerStyleValues
value can include any number of the following flags in any combination:
Flag | Assigned Style Setting | Description |
---|---|---|
csv |
Tcx |
The current style defines a border color. |
csv |
Tcx |
The current style defines a border style. |
csv |
Tcx |
The current style defines a background color. |
csv |
Tcx |
The current style defines a set of visible borders (left, right, top, and/or bottom). |
csv |
Tcx |
The current style defines font settings. |
csv |
Tcx |
The current style defines a distinct hot-tracked state as available. |
csv |
Tcx |
The current style specifies if a shadow is present. |
csv |
Tcx |
The current style defines a text color. |
csv |
Tcx |
The current style defines a set of font attributes (bold, italic, underline, and/or strikeout). |
csv |
Tcx |
The current style specifies if borders are transparent. |
csv |
Tcx |
The current style defines a distinct read-only state as available. |
#Direct TcxContainerStyleValues Type Reference
The TcxContainerStyle.AssignedValues property references the TcxContainerStyleValues
type.
See Also