RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IBTable.TIBTableTypes Type

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

Pascal
TIBTableTypes = set of TIBTableType;
C++
TIBTableType TIBTableTypes;

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

Value  
Meaning  
ttSystem  
System tables and views.  
ttView  
User views.  

 

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