Table of Contents

TTMSMCPClientSettingsDialog.OnServersChanged Event

Occurs after the user added, removed or modified a server, once the change has been written to the client's server list.

API unit family: TMS.MCP.Client.SettingsDialog Declaring type: TTMSMCPClientSettingsDialog Inherited from: TTMSMCPCustomClientSettingsDialog Type: TNotifyEvent

Syntax

property OnServersChanged: TNotifyEvent;

Remarks

Use it to persist the server list, for example with the collection's own save method.