Places messages into the named pipe local buffer.
procedure PackMessage(Item: variant);
Call PackMessage 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 available free buffer space.
PackMessage is desined to work only with the Oracle DBMS_PIPE communication package which is the case only if the EventType property has been set to etPipe.