TdxRichEditControlBase.ActiveView Property
In This Article
Provides access to the active document view and its settings.
#Declaration
Delphi
property ActiveView: TdxRichEditView read;
#Property Value
Type |
---|
Tdx |
#Remarks
Use this property to customize the active view’s settings that are common to all document views. Refer to the TdxRichEditView class description for detailed information on these settings. If you need to customize view-specific settings, you can:
Cast the
ActiveView
property value to a TdxRichEditView class descendant that corresponds to the ActiveViewType property value.Use the corresponding setting accessible via the Views property.
Active |
Document View Class | Dedicated Property |
---|---|---|
Tdx |
Tdx |
Views. |
Tdx |
Tdx |
Views. |
Tdx |
Tdx |
Views. |
Note
Use the Active
See Also