CTTable::HasDelField
Determines if a table has a delete $DEL$ field.
Declaration
bool CTTable::HasDelField()
Description
CTTable::HasDelField() indicates if a table associated with the current handle has a delete field.
Return
Value |
Symbolic Constant |
Explanation |
---|---|---|
0 |
NO |
Table does not have a $DEL$ field. |
1 |
YES |
Table has a $DEL$ field. |
Example
if myTable->HasDelField()
printf("My Table has a Delete Field in it\n");