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

Represents the unparsed parameter values for the command object.

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.

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