Changes the mode of a message from write-only to read-only mode and positions the cursor before the first data item.

Syntax

PROCEDURE reset.

Applies to

Message objects

Notes

  • Sending the message causes an implicit call to reset procedure.
  • The message becomes read-only and arrives at the receiver in a reset state.

See also

For more information, see the TextMessage, the StreamMessage, and the BytesMessage.