TurboDB VCL Component Library

TTdbTable.Exists

TTdbTable

Previous  Top  Next

Indicates whether the underlying database table exists.

Delphi syntax:

property Exists: Boolean;

C++ syntax:

__property bool Exists = {read=GetExists, nodefault};

Description

Read Exists at runtime to determine whether a database table exists. If the table does not exist, create a table from the field definitions and index definitions using the CreateTable method. This property is read-only.