Message Queue - Add Method

Add a message to the queue

Member of Message Queue (PRIM_MSGQ)

Parameters

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

Details

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 messages for the control.


See also

All Component Classes

Technical Reference