IdxRichEditSubDocument.Length Property
In This Article
Returns the current document length (in characters).
#Declaration
Delphi
property Length: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
Alternatively, you can use the Range.Length
property to obtain the document’s current size.
See Also