EasyTable: Single-File Embedded BDE Replacement
Database for Delphi and C++Builder
Indicates whether the underlying database file exists.
property Exists: Boolean
Description
Indicates whether the underlying database file exists. Read Exists at runtime to determine whether a database exists. If the database does not exist, create a database using the CreateDatabase method. This property is read-only.
|