Internet Direct (Indy)
Home
PreviousUpNext
TIdCommandHandler.CmdDelimiter Property

Identifies the delimiter character between the Command and parameter values.

Pascal
property CmdDelimiter: Char;

CmdDelimiter is a Char property that identifies the delimiter character used to separate Command from any parameter values in data received from a peer connection. CmdDelimiter is used in Check when parameter values are detected in the received data. If CmdDelimiter contains any value other than CHAR0 (Decimal 0), both Command and CmdDelimiter are extracted from the received data. Any remaining data is used as parameter values for the associated TIdCommand object instance. 

The default value for CmdDelimiter is ' ' (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.