Internet Direct (Indy)
Home
PreviousUpNext
TIdHeaderList.AddStdValues Method

Converts text line in NAME=VALUE form to their TIdHeaderLIst representation.

Pascal
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.

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.