Ready property

Applies to
TQDB, TQDBItem, TQDBView

Declaration
property Ready : boolean;

Description
Ready is only true when a QDB file is open, i.e., a valid FileName has been assigned.

Attempting most actions when not Ready generates a EQDBNoFile exception.

Run-time only
Read-only