CWordArrayFTR Class

class CWordArrayFTR: public CArrayFTRBase

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

Defined in: XMLCollFormatters.h

Class Members

CWordArrayFTR(CWordArray*& pWArray, LPCTSTR strElement = _T("WordArray"))

Constructor.