| 
 
Internet Direct (Indy) 
 | 
Converts headers using a specific separator to NAME=VALUE form.
procedure ConvertToStdValues(
    ADest: TIdStrings
);| 
 
Parameters   | 
 
Description   | 
| 
 
ADest   | 
 
Storage for header values in NAME=VALUE form.   | 
ConvertToStdValues is a procedure used to convert text values in TIdHeaderList to a NAME=VALUE representation in the TIdStrings instance in ADest.
ConvertToStdValues replaces the NameValueSeparator character(s) in each line in TIdHeaderList with the '=' character used by TIdStrings descendants.
Use AddStdValues to add text lines in NAME=VALUE form to a TIdHeaderList.
| 
 
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.  |