CTRecord.FindRowid
Syntax
bool FindRowid(CTROWID rowid, CTFIND_MODE FindMode)
Parameters
Description
Verifies if a record exist at a given ROWID value. To retrieve the record ROWID, use GetRowid(). One table has the ROWID record enabled by default at creation time. To verify if one table has support to ROWID, use CTTable.HasRowid().
Return
FindRowid() returns true if the record is located, false otherwise.
See Also
CTTable.HasRowid(), GetRowid()