CTRecord::FindRowid
Syntax
CTBOOL 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 YES if the record is located, NO otherwise.
See also
GetRowid(), CTTable::HasRowid()