Internet Direct (Indy)
Home
PreviousUpNext
TIdCommandHandlers.Items Property

Provide indexed access to command handlers in the collection.

Pascal
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.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.