Internet Direct (Indy)
Home
PreviousUpNext
TIdCommandHandler.Enabled Property

Indicates if the command handler can respond to the associated Command.

Pascal
property Enabled: boolean;

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.

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.