Internet Direct (Indy)
Home
PreviousUpNext
TIdCommandHandler.ParamDelimiter Property

Identifies the delimiter character between parameters.

Pascal
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.

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.