TcxRichCustomAttributes Class
In This Article
Serves as the base class for the TcxParaAttributes2 and TcxTextAttributes2 classes, which provide rich edit paragraph and text settings.
#Declaration
Delphi
TcxRichCustomAttributes = class(
TPersistent
)
#Remarks
Do not use this class directly. Use its descendants instead.
#Inheritance
TObject
TPersistent
TcxRichCustomAttributes
See Also