Sends a named pipe event to other listening sessions.
procedure SendMessage(Name: string = '');
Use SendMessage procedure to send a named pipe event to other listening sessions. The event internally is a local buffer which has been previously filled in by the PutMessage method.
SendMessage is desined to work only with the Oracle DBMS_PIPE communication package which is the case only if EventType property has been set to etPipe.
Note: This method is considered obsolete now. In newer projects use functionally equivalent SendPipeMessage method instead.