Message Component

Fnd_Msg_Send

Fnd_Msg_Send (target process; message; {->blob})

Legacy manual page 164

Parameters

ParameterTypeDescription
target processLongintProcess number to send the message
messageTextMessage to send
blobPointerPointer to a blob (optional)

Description

This method sends a message to another process.

Fnd_Msg_Send (Process number(â—ŠYourProcessName);"Hello, World")
Extracted source text
            Fnd_Msg_Send (target process; message; {->blob})

              Parameter                Type              Description
              target process           Longint           Process number to send the message
              message                  Text              Message to send
              blob                     Pointer           Pointer to a blob (optional)

            This method sends a message to another process.
               Fnd_Msg_Send (Process number(â—ŠYourProcessName);"Hello, World")