Internet Direct (Indy) Version 9.0.1 Beta
TIdCommandHandler.ParamDelimiter
Identifies the delimiter character between parameters.

property ParamDelimiter: Char;
Description
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.