Data.DB.TDataSet.SetFieldProps

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

Delphi

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

C++

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

プロパティ

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


説明

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

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

関連項目