getTextSegment function
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
getTextSegment function
Returns the next text segment when handling large messages in read-only mode.
Syntax
|
Applies to
Message objects
Notes
As an
alternative to retrieving multiple text segments with getTextSegment function, you can
use getLongText function to
retrieve LONGCHAR data in a single operation.
See also
createTextMessage procedure, setText procedure, setLongText procedure, appendText procedure, endOfStream function, getCharCount function, getText function, getTextSegment function, getLongText function, getLongTextCP function
For more information, see the TextMessage.