Previous topic

GridGetReadOnly

Next topic

GridGetRedoString

This Page

GridGetRecordCountΒΆ

GridGetRecordCount returns the number of records (rows) or in case of an error -1.

nRecords = GridGetRecordCount()

Return Value

nRecords is the number of records displayed in the data grid. The number of records is identical to the number of data points of the displayed channels.

Comment

All functions starting with Grid access the data browser. If the browser dialog isn’t open, these functions return an invalid value.

id-2099706