TdxAICommandList.Delete(Integer) Method
Removes an individual AI-powered command (specified by index).
Declaration
procedure Delete(AIndex: Integer);
Parameters
Name | Type | Description |
---|---|---|
AIndex | Integer | The index of the target AI command in the collection. |
Remarks
To remove an individual AI command by identifier, call the Remove function instead.
See Also