FireDAC.Comp.DataSet.TFDIndexes.IndexByName

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

Delphi

function IndexByName(const AName: String): TFDIndex;

C++

TFDIndex* __fastcall IndexByName(const System::UnicodeString AName);

プロパティ

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

説明

TFDIndex オブジェクトを名前で検索し、見つからなければ例外を発生させます。


関連項目