Topic Path: Symbol Reference > Classes > TIdCommandHandlers Class > TIdCommandHandlers Properties > Items Property
ContentsIndexHome
PreviousUpNext
TIdCommandHandlers.Items Property

Provide indexed access to command handlers in the collection.

property Items [AIndex: Integer]: TIdCommandHandler;

Items is an indexed TIdCommandHandler property and provides access to the command handler instances assigned to the collection using the Ordinal position specified in the 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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.