FireDAC.Comp.DataSet.TFDDataSet.IsIndexed

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

Delphi

function IsIndexed: Boolean;

C++

bool __fastcall IsIndexed();

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDDataSet


説明

データセットが現在のクライアント インデックスを持っている場合には、True を返します。

IsIndexed を使用すると、このデータセットが、IndexFieldNamesIndexName のプロパティによって設定される、現在のクライアント インデックスを持っているかどうかを判別することができます。

関連項目