Gets the number of records for a given browsing session.
Syntax
ctFindNumRecords(hnd)
hnd
Type: Handle
Input/output: Input
Description: Handle to the search, as returned by ctFindFirst()
.
Return Value
If the function succeeds, the return value is the number of records (INT) or -1 if unsuccesful.
Related Functions
ctOpen, ctFindFirst, ctFindPrev, ctFindClose, ctGetProperty
Published June 2018