BCGSuite for MFC
virtual void CBCGPGridCtrl::OnTextFound ( LPCTSTR  lpszFind,
CBCGPGridItemID  idPos 
)
virtual

Called by the framework when the Grid has found a result during search.

This function is called by the framework when the Grid has found a result during search. For the current implementation you need to run search again from idPos to find results in the rest of the Grid.

Parameters
lpszFindSearch string
idPosID of the found item or row.