Internet Direct (Indy)
Home
PreviousUpNext
TIdCommandHandler.Command Property

Text that causes the command handler to be invoked.

Pascal
property Command: string;

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.

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.