Internet Direct (Indy) Version 9.0.1 Beta
TIdCommandHandler.Command
Text that causes the command handler to be invoked.

property Command: string;
Description
Command is a String property that represents the text received from a peer connection that will result in the command handler being performed using optional parameter values. Command is examined in Check to determine if the command handler can be used with data received from a peer thread connection. Use OnCommand to implement the functionality needed in response to Command.