Specifies the kind of messages used by the TOraAlerter component.
Unit
OraAlerter
Syntax
TEventType = (etAlert, etPipe);
Values
Value | Meaning |
etAlert |
Lets all listening sessions be notified when another session broadcasts its message with the corresponding name parameter. The default value. |
etPipe |
Causes only one of the listening sessions to receive a message. |