Defines the type of the next message found in the received named pipe local buffer.
Unit
OraClasses
Syntax
TMessageType = (mtNone, mtNumber, mtString, mtDate);
Values
Value | Meaning |
mtDate |
Indicates that the messages found in the local buffer are of the Date type. |
mtNone |
Indicates that no more messages are found in the local buffer. |
mtNumber |
Indicates that the messages found in the local buffer are of the Number type. |
mtString |
Indicates that the messages found in the local buffer are of the String type. |