CStringListFTR Class

class CStringListFTR: public CListFTRBase

The CStringListFTR class is the XML formatter for the MFC CStringList collection class. In order to serialize the contents of a CStringList, your serialization code should first create an instance of the CStringListFTR class, initialize it with the list object and then pass the formatter to the SECXMLArchive::Read/Write method.

Defined in: XMLCollFormatters.h

Class Members

CStringListFTR(CStringList*& pList, LPCTSTR strElement = _T("StringList"))

Constructor.