Message Component
Fnd_Msg_Send
Fnd_Msg_Send (target process; message; {->blob})
Parameters
| Parameter | Type | Description |
|---|---|---|
| target process | Longint | Process number to send the message |
| message | Text | Message to send |
| blob | Pointer | Pointer 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")