IBX.IBTable.TIBTableTypes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TIBTableTypes = set of TIBTableType;

C++

typedef System::Set<TIBTableType, TIBTableType::ttSystem, TIBTableType::ttView> TIBTableTypes;

Properties

Type Visibility Source Unit Parent
set
typedef
public
IBX.IBTable.pas
IBX.IBTable.hpp
IBX.IBTable IBX.IBTable

Description

TIBTableTypes and TIBTableTypes indicate the types of InterBase tables and views other than user tables.

TIBTableTypes is a set of TIBTableType values. The following table lists the possible values:



Value Meaning

ttSystem

System tables and views.

ttView

User views.