Bde.DBTables.TTable.TableType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property TableType: TTableType read FTableType write SetTableType default ttDefault;

C++

__property TTableType TableType = {read=FTableType, write=SetTableType, default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TTable

説明

当該コンポーネントが表すテーブルのデータベーステーブル構造を示します。

TableType プロパティは,dBASE,Paradox,FoxPro,または ASCII テーブルのデータベーステーブル構造を指定します。TableType は,リモート SQL サーバーのテーブルには適用されません。TableType には以下の値を設定できます。



意味

ttDefault

(デフォルト)テーブルのファイル拡張子からテーブルタイプが決まる

ttParadox

Paradox テーブル

ttDBase

dBASE テーブル

ttFoxPro

FoxPro テーブル

ttASCII

各項目がカンマで区切られた引用符付き文字列からなるテキストファイル

DB またはなし

Paradox テーブル

DBF

dBASE テーブル

TXT

ASCII テーブル



TableType プロパティが ttDefault の場合,以下のようにファイル名拡張子によってテーブルの種類が決まります。



拡張子 意味

DB またはなし

Paradox テーブル

DBF

dBASE テーブル

TXT

ASCII テーブル



TableType プロパティが ttParadox,ttDBase,ttFoxPro,または ttASCII の場合,ファイル名拡張子に関係なく,テーブルの種類は 1 つめの表で指定されたものになります。

関連項目