<< Return to Main Index

< Return to Class Index

CGXDBEGrid::OnGetRecordCount

virtual long OnGetRecordCount();

Return Value

A long number with the record count.

Remarks

This method is called to determine the number of records. Calls CGXDBEngine::GetRecordCount to get the record count known so far.

If you want to be sure that a subsequent call to OnGetRecordCount will return the exact record count you should call

OnTestGridDimension(GX_MAXROWCOL, 0);

CGXDBEGrid 

Class Overview | Class Members