Internet Direct (Indy)
Home
PreviousUpNext
TIdCommandHandler.ParseParams Property

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

Pascal
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

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.