dbIsDeleted property (ILEADRasterODBC)
BOOL dbIsDeleted | |
Overview |
Refer to Managing Images in a Database |
Remarks
Indicates whether the current record has been deleted.
Value |
Meaning |
TRUE |
You have called the dbDelete method but have not yet moved to another record. |
FALSE |
The current record has not been deleted. |
See Also