Internet Direct (Indy) Version 9.0.2 Beta
TIdTCPServer.OnNoCommandHandler
Event handler signalled when a command handler cannot be located.

property OnNoCommandHandler: TIdNoCommandHandlerEvent;
Description
OnNoCommandHandler is a TIdNoCommandHandlerEvent property that represents the event handler signalled when a TIdCommandHandler cannot be located for an executing peer thread connection. OnNoCommandHandler will not be triggered when CommandHandlersEnabled is False.

Applications must assign a procedure to the event handler to allow a response to the event notification.