dbIsDeleted property (ILEADRasterODBC)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

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

Elements:

dbCanAppend property, dbCanRestart property, dbCanScroll property, dbCanUpdate property, dbCurrentRecord property, dbEditMode property, dbIsBOF property, dbIsEOF property, dbIsOpen property, dbRecordCount property

Topics:

Databases: Using ODBC