c-treeDB API for C++ - Developers Guide
CTRecord::IsNew
Syntax
CTBOOL IsNew( ) const
Parameters
This method has no parameters.
Description
Indicates if a record buffer is cleared.
Return
IsNew() returns YES if the record buffer is cleared, NO otherwise.
See also
Clear(), SetNew()