Converts text line in NAME=VALUE form to their TIdHeaderLIst representation.
procedure AddStdValues( ASrc: TIdStrings );
Parameters |
Description |
ASrc |
Header valuesd in NAME=VALUE form. |
AddStdValues is a procedure used to convert text values in the TIdStrings container ASrc to their TIdHeaderList representation using NameValueSeparator.
ASrc contains text representing header names and values in NAME=VALUE form. AddStdValues replaces the '=' character in each text line with the NameValueSeparator character(s) for their header representation.
Use ConvertToStdValues to convert header name and values to their NAME=VALUE form.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|