Einzelnen Beitrag anzeigen

Kamil

Registriert seit: 17. Aug 2002
178 Beiträge
 
#2

Re: Execute in idHTTPServer nutzen

  Alt 3. Okt 2003, 17:06
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.
  Mit Zitat antworten Zitat