TTMSMCPClientToolsDialogInitListboxEvent Event Type
Supplies the tool catalog a tool window should list.
API unit family: TMS.MCP.Client.ToolsDialog
Remarks
The window does not take ownership of the array and keeps referring to its elements while it is open, so the array must stay alive and unchanged for that long.
Parameters
| Name | Description |
|---|---|
Sender |
Window asking for the catalog. |
AArray |
Set to the array of tool descriptions to show; each element is expected to be an object carrying a name and, optionally, a description. nil on entry, and leaving it that way keeps the current contents of the window. |