TdxRichEditCustomViewRepository.Views Property
In This Article
Provides indexed access to stored document views.
#Declaration
Delphi
property Views[Index: Integer]: TdxRichEditView read; default;
#Property Value
Type |
---|
Tdx |
#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