Internet Direct (Indy) Version 9.0.2 Beta
TIdCommandHandlers.Items
Provide indexed access to command handlers in the collection.

property Items [Index: Integer]: TIdCommandHandler;
Description
Items is an indexed TIdCommandHandler property and provides access to the command handler instances assigned to the collection using the Ordinal position specified in Index. Index must be in the range 0 through Count - 1. Items can be used to iterate over the contained object instances in order to locate a specific TIdCommandHandler in the collection.