Internet Direct (Indy)
Home
PreviousUpNext
TIdCommandHandlers Class

Implements a collection for command handler object instances.

Pascal
TIdCommandHandlers = class(TIdOwnedCollection);

TIdCommandHandlers is a TOwnedCollection descendant that implements a collection of TIdCommandHandler items. TIdCommandHandlers publishes the Server property to identify the TIdTCPServer that owns the command handlers collection. 

TIdCommandHandlers is used to represent the CommandHandlers property in TIdTCPServer and descendant classes, and is accessed when a peer thread executes and command handlers are enabled. 

TIdCommandHandlers overrides methods in the ancestor class that Create the collection and establish the Server that owns the collection, and Add new collection items.

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.