IdxRichEditSubDocument.Length Property
Returns the current document length (in characters).
Declaration
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