Data.DB.TDataSet.SetFieldDefProps

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

Delphi

procedure SetFieldDefProps(Field: TField; FieldDef: TFieldDef); virtual;

C++

virtual void __fastcall SetFieldDefProps(TField* Field, TFieldDef* FieldDef);

プロパティ

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


説明

指定された FieldDef のプロパティを、Field パラメータを基に設定します。

SetFieldDefProps メソッドを下位クラスで、フィールドの設定をカスタマイズするよう実装します。

関連項目