BCGControlBar Pro for MFC
virtual CBCGPGridRow* CBCGPGridCtrl::CreateRow ( CString  strName)
virtual

Called by the framework when it needs to create a row.

Returns
A pointer to new row.

Use this function to create a new row. You can override CreateRow in a derived class and return a new instance of custom row object.

Creates a new row with specified by strName name and adds to it one new item with varValue set to strName.

Parameters
strNameSpecifies the row name.

Reimplemented in CBCGPReportCtrl.