Aus der
Indy Hilfe:
Zitat:
Indicates if CommandHandlers are used during peer thread execution.
property CommandHandlersEnabled: boolean;
Description
CommandHandlersEnabled is a Boolean property that indicates if CommandHandlers are used during execution of peer thread connections. When CommandHandlersEnabled is True, CommandHandlers should contain valid TIdCommandHandler instances to allow responding to commands received from the peer connection.
Use OnExecute, when CommandHandlersEnabled is False, to provide alternate event handling for the execution of peer threads.