Back to Devexpress

IdxRichEditSubDocument.Length Property

vcl-dxrichedit-dot-nativeapi-dot-idxricheditsubdocument-03834973.md

latest629 B
Original Source

IdxRichEditSubDocument.Length Property

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

IdxRichEditSubDocument Interface

IdxRichEditSubDocument Members

dxRichEdit.NativeApi Unit