Internet Direct (Indy)
Home
PreviousUpNext
TIdLogBase.ReplaceCRLF Property

Indicates that line-end characters in a message should be replaced with textual tags.

Pascal
property ReplaceCRLF: Boolean;

ReplaceCRLF is a Boolean property that indicates if the line-end characters CR, LF, and EOL in a log message should be replace with their tag counterparts "<CR>", "<LF>", and "<EOL>". 

ReplaceCRLF is used in the Receive and Send methods prior to writing the log message for the intercept. 

The default value for ReplaceCRLF is True, as assigned in the Create constructor.

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.