Data.DB.TFields.SetFieldIndex

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

Delphi

procedure SetFieldIndex(Field: TField; Value: Integer);

C++

void __fastcall SetFieldIndex(TField* Field, int Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TFields

説明

フィールド リストにおける、フィールドのインデックスを設定します。

SetFieldIndex メソッドは、Field パラメータを返して与えられたフィールドのインデックスを、指定された Value に設定します。

関連項目