Skip to content

DataExchange#

DataExchange entries in a MFC C++ document. More...

import Script

Properties#

Name
string className
list<DataExchangeEntry> entries
RangeMark range

Detailed Description#

The DataExchange object represents the data contained in the MFC DoDataExchange method.

Property Documentation#

string className#

The name of the class this data exchange belongs to.

list<DataExchangeEntry> entries#

All entries found in the data exchange method as DataExchangeEntry.

RangeMark range#

The entire range of the DoDataExchange method.