BCGSuite for MFC
virtual void CBCGPGridRow::ReadFromArchive ( CArchive &  ar,
BOOL  bTestMode = FALSE 
)
virtual

Reads row data from archive.

You can override this method in a derived class to serialize custom row data. Set bTestMode to TRUE if you need only test if particular row data is compatible (can be serialized) with the current row.

Parameters
arA reference to archive.
bTestModeSpecifies test mode.