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

Identifies the delimiter character between parameters.

property ParamDelimiter: Char;

ParamDelimiter is a Char property that identifies the delimiter character expected between parameter appearing in Command. ParamDelimiter is used in Check to separated values in Command into individual parameter values for a TIdCommand instance representing the command. ParamDelimiter is used when ParseParams is True. Otherwise, parameter parsing is not performed. 

The default value for ParamDelimiter is the SPACE character (Decimal 32) as assigned in Create.

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