Internet Direct (Indy) Version 9.0.2 Beta
TIdCommand.RawLine
Text data read from an executing client connection.

property RawLine: string;
Description
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.