Data.SqlExpr.TSQLTable.IndexFieldCount

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

Delphi

property IndexFieldCount: Integer read GetIndexFieldCount;

C++

__property int IndexFieldCount = {read=GetIndexFieldCount, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLTable

説明

現在のインデックスを構成する項目数を示します。

IndexFieldCount プロパティを調べると,現在のインデックスにある項目数を判別できます。IndexName プロパティが設定されていない場合は,IndexFieldCount プロパティは 0 になります。

関連項目