Engine.NewOutputMessages

Syntax

Engine.NewOutputMessages

Return Value

OutputMessages

Purpose

Returns a reference to a new OutputMessages object. This collection is initially empty.

Remarks

An application typically creates a new OutputMessages object to collect the output messages the application must process or display. The application receives output messages by handling the UIMsg_OutputMessages event and copying the output messages from the collection stored in the UIMessage.ActiveXData property into a private collection.

See Also

OutputMessages

UIMessage.ActiveXData

UIMessageCodes