Internet Direct (Indy)
Home
PreviousUpNext
TIdCommand.UnparsedParams Property

Represents the unparsed parameter values for the command object.

Pascal
property UnparsedParams: string;

UnparsedParams is a read-only String property that represents the unparsed parameter values received by the command handler that generated the command object. UnparsedParams is assigned when the command object is created by a command handler for the current thread of execution. 

UnparsedParams is used to determine the values added to the Params property when the command handler creates the object instance.

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.