CStringArrayFTR Class

class CStringArrayFTR: public CArrayFTRBase

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

Defined in: XMLCollFormatters.h

Class Members

CStringArrayFTR(CStringArray*& pStrArray, LPCTSTR strElement = _T("StringArray"))

Constructor.