Back to Devexpress

TdxRichEditCustomViewRepository.Views Property

vcl-dxrichedit-dot-view-dot-core-dot-tdxricheditcustomviewrepository-e3e13dfc.md

latest848 B
Original Source

TdxRichEditCustomViewRepository.Views Property

Provides indexed access to stored document views.

Declaration

delphi
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

TdxRichEditCustomViewRepository

TdxRichEditCustomViewRepository Members

dxRichEdit.View.Core Unit