Places messages into the named pipe local buffer.
procedure PutMessage(Item: variant);
Call PutMessage to place messages into the named pipe local buffer. Local buffer is limited in size to 8192 bytes and besides the actual message values accommodates other internal data. Item will be dropped out if it doesn't fit into free buffer space.
PutMessage 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 now considered obsolete. In newer projects use functionally equivalent PackMessage method instead.