TdxRichEditControlBase.Views Property
In This Article
Provides access to all available document views.
#Declaration
Delphi
property Views: TdxRichEditCustomViewRepository read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
Call the Views.GetViewByType function to access a document view and its settings by the specified view type. Refer to the TdxRichEditCustomViewRepository class description for detailed information on available options.
Note
Use the Active
See Also