Skip to main content
All docs
V25.1
  • TdxAICommandList Methods

    A collection of AI-powered commands.
    Name Description
    Add(string,Boolean) Adds the specified AI-powered command to the collection.
    Add(TArray<string>)
    Clear Clears the AI command collection.
    Delete(Integer) Removes an individual AI-powered command (specified by index).
    Equals(TObject) Inherited from TObject.
    Exchange(Integer,Integer) Swaps two individual AI-powered commands in the collection.
    Find(string,Integer) Returns the index of the target AI-powered command in the collection.
    GetHashCode Inherited from TObject.
    IndexOf(string) Returns the index of the specified AI-powered command in the collection.
    Insert(Integer,string,Boolean) Inserts the specified AI-powered command at the specified position in the collection.
    Move(Integer,Integer) Moves an AI-powered command within the collection.
    Remove(string) Removes an individual AI-powered command (specified by identifier).
    Remove(TArray<string>)
    ToString Inherited from TObject.
    See Also