Table of Contents

TTMSMCPPrompts.OnChanged Event

Occurs when the set of prompts changes, so anything derived from the list can be refreshed.

API unit family: TMS.MCP.Prompts Declaring type: TTMSMCPPrompts Type: TNotifyEvent

Syntax

property OnChanged: TNotifyEvent;

Remarks

A server uses this to broadcast that its prompt list moved, which reaches clients only when it advertises prompt list-change notifications; with that switch off the broadcast is a silent no-op. Adding or removing a prompt raises the event; editing a property of a prompt that is already in the collection does not.