TdxRichEditCustomViewRepository.Views Property
Provides indexed access to stored document views.
Declaration
property Views[Index: Integer]: TdxRichEditView read; default;
Property Value
Type |
---|
TdxRichEditView |
Remarks
Pass the index of a document view as the Index parameter to access the view. Use the ViewCount property to obtain the number of stored document views.
See Also