Topic Path: Symbol Reference > Classes > TIdCommand Class > TIdCommand Properties > RawLine Property
ContentsIndexHome
PreviousUpNext
TIdCommand.RawLine Property

Text data read from an executing client connection.

property RawLine: string;

RawLine is a read-only String property that represents the unparsed text values read from the threaded client connection, and provided to a TIdCommandHandler when the thread is executed. RawLine is used by a TIdCommand that implements the action performed by the command handler to parse values that are stored in the Command, UnparsedParams, and Params properties of the object instance.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.