BCGControlBar Pro for MFC
virtual BOOL CBCGPDBGridCtrl::OnAddData ( CBCGPGridRow pRow,
int  nColumn,
int  nRow 
)
pure virtual

Called by the framework when the data is being added from the record-set to a grid cell.

Returns
TRUE, if the method succeeds; otherwise FALSE.

This method is called when the data is being added (copied) from the record-set to the grid cell. Override this method in a derived class if you need to display custom data.

Parameters
pRowA pointer to the grid row.
nColumnColumn number
nRowRow number