BCGControlBar Pro for MFC
virtual CBCGPGridRow* CBCGPReportCtrl::CreateRow ( )
inlinevirtual

Creates a new row.

Returns
A pointer to the new row object.

This method overrides CBCGPGridCtrl::CreateRow and creates a CBCGPReportRow object. If you derive a class from the report control and need special row processing, then override this method and instantiate a class derived from CBCGPReportRow.

Reimplemented from CBCGPGridCtrl.