CGXGridCore::OnInfoWndMoveRecord

virtual void OnInfoWndMoveRecord(int nDirection, long nRecord);

  • nDirection

GX_MOVERECORD_FIRST - Move to the first record
·GX_MOVERECORD_PREV - Move to the previous record
·GX_MOVERECORD_NEXT - Move to the next record
·GX_MOVERECORD_LAST - Move to the last record
·GX_MOVERECORD_SEEK - Seek to record

nRecord

Specifies the record id when nDirection is equal to GX_MOVERECORD_SEEK

Remarks

Called when the user has clicked on the navigation buttons in the record status beam.

CGXGridCore

 Class Overview |  Class Members