TdxRichEditCustomViewRepository.ViewCount Property
In This Article
Returns the number of stored document views.
#Declaration
Delphi
property ViewCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Use this property to obtain the number of document views accessible via the Views property.
See Also