Represents the End-of-Line character sequence.
EOL = CR + LF;
EOL is the constant value used to represent the End-of-Line character sequence commonly used in most Internet protocols.
EOL is used as the default end-of-line sequence when an IOHandler is used to write lines of text to the endpoint for a socket connection.
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. |