TdxRichEditCustomViewRepository Class
In This Article
Stores document appearance settings for all display modes.
#Declaration
Delphi
TdxRichEditCustomViewRepository = class(
TcxOwnedPersistent
)
#Remarks
This class has the following members that allow you to:
Obtain the number of available document views (ViewCount).
Access stored views and their settings by the specified index (Views).
Access a view by the specified view type (GetViewByType).
The TdxRichEditControlBase.Views property references a TdxRichEditCustomViewRepository object.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxRichEditCustomViewRepository
See Also