Topic Path: Symbol Reference > Classes > TIdCommandHandler Class > TIdCommandHandler Properties > ParseParams Property
ContentsIndexHome
PreviousUpNext
TIdCommandHandler.ParseParams Property

Indicates if parameter values are separated into individual line in Params.

property ParseParams: Boolean;

ParseParams is a Boolean property that indicates if the command handler should parse any parameters that occur after the command sent to the Check method. When ParseParams is True, values occurring after the command and optional CmdDelimiter are added to the Params property in the command object as individual lines when the ParamDelimiter character is encountered. 

The default value for ParseParams is IdParseParamsDefault.

CmdDelimiter 

ParamDelimiter 

ParseParams

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