Internet Direct (Indy) Version 9.0.1 Beta
TIdTCPServer.CommandHandlers
Container for command handlers used for the server.

property CommandHandlers: TIdCommandHandlers;
Description
CommandHandlers is a TIdCommandHandlers property that is a container for TIdCommandHandler instances that identify commands, replies, and actions for the server. CommandHandlers is used when the thread peer connection is executed to examine and respond to commands from the peer connection. CommandHandlersEnabled must be True to allow use of the CommandHandlers for the server.

Use OnExecute to provide alternate event handling for the execution of peer threads.