TdxAICommandList.Insert(Integer,string,Boolean) Method
Inserts the specified AI-powered command at the specified position in the collection.
Declaration
procedure Insert(AIndex: Integer; const AID: string; AAvailable: Boolean = True);
Parameters
| Name | Type | Description |
|---|---|---|
| AIndex | Integer | The command insert position. |
| AID | string | The target AI command identifier. |
| AAvailable | Boolean | Optional. Specifies if the added command is available to users:
The |
Remarks
Call the Insert procedure to insert an individual AI-powered command at the specified position in the collection.
To remove individual AI commands, call Delete and Remove methods.
See Also