IBX.IBTable.TIBTable.Exists

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Exists: Boolean read GetExists;

C++

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

Properties

Type Visibility Source Unit Parent
property public
IBX.IBTable.pas
IBX.IBTable.hpp
IBX.IBTable TIBTable

Description

Indicates whether the underlying database table 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.