TdxAICommandList.Find(string,Integer) Method
Returns the index of the target AI-powered command in the collection.
Declaration
function Find(const AID: string; out AIndex: Integer): Boolean;
Parameters
| Name | Type | Description |
|---|---|---|
| AID | string | The target AI command identifier. |
| AIndex | Integer | Returns the index of the target command ( If no such command is present in the collection, this parameter returns |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also