RecordExists Method
- Last UpdatedApr 08, 2026
- 1 minute read
Identifies whether a given record number exists for
the currently bound table.
bool RecordExists(
int recordNumber
)
bool RecordExists(
int recordNumber
)
Parameters
- recordNumber
- The record number to validate existence on.
Return Value
true if the record exists; otherwise false.