Add a message to the queue
Member of Message Queue (PRIM_MSGQ)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | PRIM_MSGQ.Message | Resulting message |
Text | *Input | Unicode String | Text of the message |
Control | *Input (Optional) | PRIM_CTRL | Control that the message will be shown against |
The Add method is used to add a message to the Message Queue (#SYS_MSGQ) Messages added to the queue can be applied to specific controls via the Control parameter so that the appear as contextual mesages for the control
Febuary 18 V14SP2