Message Queue - Add Method

Add a message to the queue

Member of Message Queue (PRIM_MSGQ)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)PRIM_MSGQ.MessageResulting message
Text*InputUnicode StringText of the message
Control*Input (Optional)PRIM_CTRLControl 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 mesages for the control

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2