| 
 
Internet Direct (Indy) 
 | 
Reads a VCard from a string list object.
procedure ReadFromTStrings(
    s: TIdStrings
);| 
 
Parameters   | 
 
Description   | 
| 
 
s   | 
 
Source for the VCard data.   | 
ReadFromTStrings is a procedure used to read the contents for a VCard from a string list object instance. ReadFromTStrings clears the raw values stored for the VCard instance, and reads all values between the BEGIN:VCARD and END:VCARD in the string list in s.
ReadFromTStrings sets the properyty values for the VCard instance after loading the raw data for the VCard.
| 
 
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.  |