TcxStyleValues Type
In This Article
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 |
---|
Tcx |
#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