Internet Direct (Indy) Version 9.0.1 Beta
TIdCommandHandlers.Add
Adds a new item to the command handler collection.

function Add: TIdCommandHandler;
Returns
TIdCommandHandler - Item added to the collection.

Description
Add is a TIdCommandHandler function used to add new collection items to the owned collection. Add calls the inherited Add method, and casts the return value to an instance of TIdCommandHandler as required by the collection.