RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTable.Exists Property

Indicates whether the underlying database table exists.

Pascal
property Exists: Boolean;
C++
__property Boolean Exists;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!