TTMSMCPClientSettingsDialog Class
Ready-made settings window for a client component. Attach it to a client, show it, and the user can manage that client's servers and enter the access keys of the model services.
API unit family: TMS.MCP.Client.SettingsDialog
Inherits from: TTMSMCPCustomClientSettingsDialog
Syntax
TTMSMCPClientSettingsDialog = class(TTMSMCPCustomClientSettingsDialog)
Remarks
Windows only.
Properties
| Name | Description |
|---|---|
| Client | Client whose servers and model settings the window edits. (inherited from TTMSMCPCustomClientSettingsDialog) |
Events
| Name | Description |
|---|---|
| OnAPIKeysChanged | Occurs after the user changed an access key or a model name, once the value has been written to the client. (inherited from TTMSMCPCustomClientSettingsDialog) |
| OnServersChanged | Occurs after the user added, removed or modified a server, once the change has been written to the client's server list. (inherited from TTMSMCPCustomClientSettingsDialog) |