TcxTextAttributes2 Class
In This Article
Rich edit text settings.
#Declaration
Delphi
TcxTextAttributes2 = class(
TcxRichCustomAttributes
)
#Remarks
Settings include:
Text and background color.
Character set.
Font settings.
Formatting styles.
The TcxTextAttributes2 object is referenced by the rich edit’s DefAttributes2 and SelAttributes2 properties.
#Inheritance
TObject
TPersistent
TcxRichCustomAttributes
TcxTextAttributes2
See Also