Internet Direct (Indy) Version 9.0.1 Beta
TIdCommandHandler.Enabled
Indicates if the command handler can respond to the associated Command.

property Enabled: boolean;
Description
Enabled is a Boolean property that indicates if the command handler instance can be used to execute the associated Command received from a peer connection. When Enabled is False, the command handler cannot be invoked by a thread of execution for the peer connection.

The default value for Enabled is IdEnabledDefault, as assigned in the Create constructor.