Engine.NewOutputMessages
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
Engine.NewOutputMessages
Syntax
Engine.NewOutputMessages
Return Value
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.